MCP Tool · Discovery

api_discovery

Surface API endpoints from a domain by probing robots.txt, sitemap.xml, Swagger/OpenAPI spec paths, and GraphQL introspection. Non-aggressive — only requests well-known public paths.

Input

NameTypeRequiredDescription
domainstringyesDomain to surface API endpoints for (e.g. example.com).
max_pathsaxnoMaximum number of endpoint paths to return (default 30, max 200).

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/api_discovery \
  -d '{"domain":"<string>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "api_discovery",
    "arguments": {
        "domain": "<string>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Discovery


Browse the full MCP server documentation or jump to the API key management page in your dashboard.