← ozma.app

INDIVIDUAL MCP TOOL

create_checkout

Create a Stripe Checkout session to buy prepaid credits

ozma.appnone authenticationAvailability not checked

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 endpoint

ozma.app

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.ozma-app]
url = "https://mcp.ozma.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ozma-app": {
      "type": "http",
      "url": "https://mcp.ozma.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ozma-app
Remote MCP URL: https://mcp.ozma.app/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": {
    "ozma-app": {
      "url": "https://mcp.ozma.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ozma-app": {
      "type": "http",
      "url": "https://mcp.ozma.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ozma-app",
  "transport": "streamable-http",
  "url": "https://mcp.ozma.app/mcp"
}
MCP Inspector

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

Related tools

  • ozma_register — Auto-register for an Ozma API key with $1 free starter credits
  • discover_tools — Semantically search the Ozma catalog by natural-language task or intent (e.g.
  • search_apis — Semantic + keyword search of the Ozma API marketplace for data sources.
  • get_api_details — Get full details for an API listing by slug
  • get_schema — Get endpoint schemas for an API
  • get_leaderboard — Get a merit-based leaderboard
  • get_balance — Get prepaid credit balance and billing status for the current org
  • provision_access — Ensure the agent has a usable API key