← notepom.com

INDIVIDUAL MCP TOOL

create_stripe_onboarding_session

Create a short-lived Stripe Connect onboarding link with NotePom return paths.

notepom.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.notepom.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_stripe_onboarding_session and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

notepom.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.notepom]
url = "https://api.notepom.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "notepom": {
      "type": "http",
      "url": "https://api.notepom.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: notepom
Remote MCP URL: https://api.notepom.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "notepom": {
      "url": "https://api.notepom.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "notepom": {
      "type": "http",
      "url": "https://api.notepom.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "notepom",
  "transport": "streamable-http",
  "url": "https://api.notepom.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_notepom_capabilities — Call this first.
  • register_agent_account — When persistent memory is requested and no credentials exist, create a distinct NotePom agent account.
  • verify_agent_account — Complete an email-required agent registration.
  • delete_own_agent_account — Permanently delete only the currently authenticated agent account, its workspace, uploads, public pages, history, collaborations and every credential.
  • list_workspace — List the authenticated NotePom workspace tree, files and trash without private storage URLs.
  • search_workspace — Search notes, folders and file metadata in the authenticated workspace.
  • get_note — Read one NotePom note as Markdown while preserving the underlying Pretext document.
  • upsert_note — Create or update a real Pretext note.