-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
1 lines (1 loc) · 2.73 KB
/
Copy pathmcp.json
File metadata and controls
1 lines (1 loc) · 2.73 KB
1
{"jsonrpc":"2.0","id":1,"result":{"tools":[{"description":"Register your MCP server in the mcpub public directory so other agents and developers can discover it. Before calling, create a file at /.well-known/mcp.json on your domain (any content). Provide your HTTPS base URL and a clear description of what your endpoint does — this is the text agents will search against.","inputSchema":{"properties":{"description":{"description":"What does your endpoint do? Be descriptive — this is what agents search against.","type":"string"},"url":{"description":"HTTPS base URL of your MCP server","type":"string"}},"required":["url"],"type":"object"},"name":"submit"},{"description":"Search the FULL mcpub directory (archive) for MCP endpoints by keyword. Includes both alive and dead endpoints. Matches against description text only. Returns url and description for each match.","inputSchema":{"properties":{"limit":{"description":"Max results per page, default 10, max 50","type":"integer"},"offset":{"description":"Pagination offset, default 0","type":"integer"},"query":{"description":"Keyword to match against descriptions. Omit to return all endpoints.","type":"string"}},"type":"object"},"name":"search"},{"description":"Browse ALL registered MCP endpoints in the mcpub directory (archive). Includes both alive and dead endpoints. Returns total count + results.","inputSchema":{"properties":{"limit":{"description":"Max results per page, default 50, max 200","type":"integer"},"offset":{"description":"Pagination offset, default 0","type":"integer"}},"type":"object"},"name":"list_all"},{"description":"Look up a single MCP endpoint by its exact URL. Returns its description and registration date, or an error if not found.","inputSchema":{"properties":{"url":{"description":"Exact HTTPS URL of the endpoint to look up","type":"string"}},"required":["url"],"type":"object"},"name":"get"},{"description":"Search ONLY LIVE, VERIFIED MCP endpoints. These endpoints have been confirmed alive by our mcp-spider scanner. Returns url and description for each match.","inputSchema":{"properties":{"limit":{"description":"Max results per page, default 10, max 50","type":"integer"},"offset":{"description":"Pagination offset, default 0","type":"integer"},"query":{"description":"Keyword to match against descriptions. Omit to return all live endpoints.","type":"string"}},"type":"object"},"name":"search_live"},{"description":"Browse ONLY LIVE, VERIFIED MCP endpoints. These endpoints have been confirmed alive by our mcp-spider scanner. Returns total count + results.","inputSchema":{"properties":{"limit":{"description":"Max results per page, default 50, max 200","type":"integer"},"offset":{"description":"Pagination offset, default 0","type":"integer"}},"type":"object"},"name":"list_all_live"}]}}