{"schemaVersion":"descriptor-1.0","name":"internet-compass","title":"The Internet Compass","description":"Company intelligence, software analysis, compensation data and city guides for the internet economy: researched, structured and kept current. This descriptor documents the data surface in MCP tool/resource shape; it is not itself a live MCP transport. See /mcp for details.","note":"Static site, no server process — nothing here accepts an MCP session. The listed HTTP endpoints work directly over plain GET.","resources":[{"uri":"https://theinternetcompass.com/llms-full.txt","name":"full-index","description":"Every entity name, slug and summary, grouped by collection.","mimeType":"text/markdown"},{"uri":"https://theinternetcompass.com/api/snapshot","name":"dataset-snapshot","description":"Live counts and recently updated entities.","mimeType":"application/json"},{"uri":"https://theinternetcompass.com/search-index.json","name":"search-index","description":"Flat search index across every entity and tool.","mimeType":"application/json"}],"tools":[{"name":"get_company","description":"Fetch a single company by slug. Resolve the slug via search-index.json or by browsing /companies.","equivalentEndpoint":"https://theinternetcompass.com/companies/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_tool","description":"Fetch a single software by slug. Resolve the slug via search-index.json or by browsing /software.","equivalentEndpoint":"https://theinternetcompass.com/software/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_category","description":"Fetch a single category by slug. Resolve the slug via search-index.json or by browsing /categories.","equivalentEndpoint":"https://theinternetcompass.com/categories/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_city","description":"Fetch a single city by slug. Resolve the slug via search-index.json or by browsing /cities.","equivalentEndpoint":"https://theinternetcompass.com/cities/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_role","description":"Fetch a single role by slug. Resolve the slug via search-index.json or by browsing /salaries.","equivalentEndpoint":"https://theinternetcompass.com/salaries/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_term","description":"Fetch a single term by slug. Resolve the slug via search-index.json or by browsing /glossary.","equivalentEndpoint":"https://theinternetcompass.com/glossary/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_product","description":"Fetch a single launch by slug. Resolve the slug via search-index.json or by browsing /products.","equivalentEndpoint":"https://theinternetcompass.com/products/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_publication","description":"Fetch a single publication by slug. Resolve the slug via search-index.json or by browsing /publications.","equivalentEndpoint":"https://theinternetcompass.com/publications/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_article","description":"Fetch a single article by slug. Resolve the slug via search-index.json or by browsing /analysis.","equivalentEndpoint":"https://theinternetcompass.com/analysis/{slug}","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}}]}