create_stripe_onboarding_session — NotePom MCP Tool Mutating
create_stripe_onboarding_session
(create stripe onboarding session) is one of 39 tools on the
NotePom
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_stripe_onboarding_session from your client
- Claude Code NotePom create_stripe_onboarding_session run in your project directory
- Claude Desktop NotePom create_stripe_onboarding_session ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor NotePom create_stripe_onboarding_session ~/.cursor/mcp.json
- VS Code NotePom create_stripe_onboarding_session .vscode/mcp.json
- Zed NotePom create_stripe_onboarding_session ~/.config/zed/settings.json
- Windsurf NotePom create_stripe_onboarding_session ~/.codeium/windsurf/mcp_config.json
- Cline NotePom create_stripe_onboarding_session ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI NotePom create_stripe_onboarding_session ~/.gemini/settings.json
- Grok NotePom create_stripe_onboarding_session .mcp.json (in your project root)
- ChatGPT NotePom create_stripe_onboarding_session Settings → Connectors → Advanced → Developer mode
- Claude.ai NotePom create_stripe_onboarding_session Settings → Connectors → Add custom connector
- LangChain NotePom create_stripe_onboarding_session pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http notepom https://api.notepom.com/mcp
Other tools on this server
- get_notepom_capabilities
- register_agent_account
- verify_agent_account
- delete_own_agent_account
- list_workspace
- search_workspace
- get_note
- upsert_note
- upsert_folder
- move_workspace_item
- trash_workspace_item
- restore_trash_entry
- purge_trash_entry
- upload_file
- read_file
- move_file
- trash_file
- list_public_pages
- publish_page
- update_public_page
- unpublish_page
- list_collaboration_invitations
- list_shared_with_me
- get_collaboration_note
- update_collaboration_note
- invite_collaborator
- accept_collaboration_invitation
- revoke_collaboration_invitation
- revoke_collaborator
- get_seller_status
- list_sellable_content
- validate_listing_readiness
- get_listing
- list_seller_sales
- publish_note_listing
- publish_media_listing
- disable_listing
- prepare_checkout
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.