{"name":"agentic-ai-atlas-public","title":"Agentic AI Atlas","description":"Public MCP server for searching and traversing the Agentic AI Atlas graph, node kinds, edge kinds, wiki pages, and OpenAPI surface.","icon":"https://localhost:3000/globe.svg","url":"https://localhost:3000/api/mcp","transport":"streamable-http","capabilities":{"tools":true,"resources":false},"documentation":"https://localhost:3000/for-agents","agents":"https://localhost:3000/agents.md","openapi":"https://localhost:3000/api/v1/openapi.json","tools":[{"name":"atlas_public_stats","title":"Atlas public stats","description":"Return public Atlas graph counts and index statistics."},{"name":"atlas_public_clusters","title":"Atlas public clusters","description":"List public Atlas clusters and their record counts."},{"name":"atlas_public_search","title":"Atlas public search","description":"Search the public Atlas catalog by id, title, display name, description, or node kind.","inputSchema":{"type":"object","required":["q"],"properties":{"q":{"type":"string","minLength":1},"kind":{"type":"string"},"cluster":{"type":"string"},"limit":{"type":"integer","minimum":1,"maximum":200},"offset":{"type":"integer","minimum":0}}}},{"name":"atlas_public_record","title":"Atlas public record detail","description":"Fetch a public Atlas record with attributes and inbound/outbound edges.","inputSchema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","minLength":1},"expandNeighbors":{"type":"boolean"}}}},{"name":"atlas_public_neighbors","title":"Atlas public neighbors","description":"Fetch a bounded public Atlas neighborhood around a record id.","inputSchema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","minLength":1},"depth":{"type":"integer","minimum":1,"maximum":3},"kinds":{"type":"array","items":{"type":"string"}},"edges":{"type":"array","items":{"type":"string"}}}}},{"name":"atlas_public_kinds","title":"Atlas public node kinds","description":"List public Atlas node kinds, optionally scoped to a cluster.","inputSchema":{"type":"object","properties":{"cluster":{"type":"string"}}}},{"name":"atlas_public_kind","title":"Atlas public node kind detail","description":"Fetch one node kind plus a paginated slice of its public instances.","inputSchema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","minLength":1},"limit":{"type":"integer","minimum":1,"maximum":500},"cursor":{"type":"string"}}}},{"name":"atlas_public_edge_kinds","title":"Atlas public edge kinds","description":"List public Atlas edge kinds and their wired pair counts."},{"name":"atlas_public_edge_kind","title":"Atlas public edge kind detail","description":"Fetch one edge kind plus a paginated slice of its public wired pairs.","inputSchema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","minLength":1},"limit":{"type":"integer","minimum":1,"maximum":500},"cursor":{"type":"string"}}}},{"name":"atlas_public_wiki_page","title":"Atlas public wiki page","description":"Fetch a public Atlas wiki page by slug, including article markdown and documented record links.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}}}},{"name":"atlas_public_openapi","title":"Atlas public OpenAPI","description":"Return the public REST OpenAPI document and the docs/spec URLs."}]}