← ozma.app
INDIVIDUAL MCP TOOL
discover_tools
Semantically search the Ozma catalog by natural-language task or intent (e.g.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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 creditssearch_apis— Semantic + keyword search of the Ozma API marketplace for data sources.get_api_details— Get full details for an API listing by slugget_schema— Get endpoint schemas for an APIget_leaderboard— Get a merit-based leaderboardget_balance— Get prepaid credit balance and billing status for the current orgcreate_checkout— Create a Stripe Checkout session to buy prepaid creditsprovision_access— Ensure the agent has a usable API key