Custom Endpoints in MCP
Custom endpoints created through the Custom Endpoint Builder are automatically available in the MCP Server — no server changes required.
How It Works
1
Create a custom endpoint
Use the Custom Endpoint Builder to define your parser — specify the target URL, data extraction rules, and output schema.
2
Endpoint appears in MCP
The MCP Server dynamically loads it from the OpenAPI specification. No server restart or configuration changes needed.
3
Discover and use
Your AI agent can find the new endpoint via
discover() and call it via execute():Features
Zero Deployment
Custom endpoints appear instantly in MCP — no code, no deployment, no server updates.
Full MCP Support
Same caching, pagination (
get_page), analysis (query_cache), and export (export_data) as built-in endpoints.All Clients
Works with Claude Desktop, Claude Code, Cursor, n8n, and any MCP-compatible client.
Unlimited Plan Compatible
Custom endpoints are included in the MCP Unlimited Plan — no additional costs.
Example
Suppose you’ve built a custom parser for a job board:Getting Started
Custom Endpoint Builder
Create your first custom endpoint at app.anysite.io