Company data is complex: 60+ countries, each with its own registers, identifiers, modes, and data quirks. The Topograph MCP plugs into your AI coding agent — Claude Code, Cursor, or any MCP-aware editor — so it pulls live coverage, pricing, and integration methodology on demand. Ask questions in plain English. Get grounded answers. Ship your integration in an afternoon.Documentation Index
Fetch the complete documentation index at: https://docs.topograph.co/llms.txt
Use this file to discover all available pages before exploring further.
What you can ask
These prompts work today and call the right tools and rules under the hood:Sample prompts
Why it’s better than reading docs
Live country catalog
Coverage, identifiers, datapoints, and pricing are pulled live from the catalog. You’ll never get an answer based on stale documentation.
Methodology built in
The MCP ships with the canonical patterns: search-first identifier resolution, onboarding vs verification phasing, webhook terminal detection, budget caps, and more.
Code that compiles
Example snippets are derived from the OpenAPI spec. No hallucinated endpoint paths, no fabricated request shapes.
Grounded in your editor
Your agent works alongside your existing code — pull data, write the integration, run it, iterate. No copy-pasting from a docs tab.
When the MCP earns its keep
Use it when you would otherwise be context-switching to docs:- Onboarding a country you’ve never integrated before
- Sizing volume against country coverage and capability
- Designing async delivery (webhooks vs polling, terminal-event detection)
- Picking the right datapoint mix for KYB vs onboarding flows
- Debugging “why am I getting this error / why is this datapoint missing?”
- Reviewing an existing integration against the canonical methodology
- Writing tests against the built-in TEST country
What’s inside
Tools your agent will call:list_countries,get_country,find_data— live country and capability catalog.get_pricing— public per-country prices for any data block.search_docs,get_doc— search and fetch documentation pages.get_openapi— endpoint definitions straight from the OpenAPI spec.example_snippet— copy-paste snippets in curl, Node, Python, or Go.whoami,my_pricing_simulations,personalized_quote— pricing simulator quotes tied to your Topograph login.
- Onboarding methodology — the five-step KYB flow from search to audit.
- Search-first resolution — turning fuzzy user input into a canonical company ID.
- Onboarding vs verification mode — picking the right one per call.
- Webhooks — signed delivery, progressive payloads, terminal-event detection.
- Workspaces — required for resellers, end-client attribution and rebilling.
- Budgets —
maxBudget,profileMaxBudget,graphMaxBudget. - TEST country — magic identifiers for deterministic CI testing.
- Data blocks, documents, common pitfalls, and country coverage matrix.