General Tools
visaatlas.org
Provides immigration and visa data including fees, costs, thresholds, processing times, and Canada Express Entry draws.
ENDPOINT 1
https://visaatlas.org/mcp
MCP server metadata
- Name
- visaatlas
- Version
- 0.1.0
Known tools 23
get_feeGovernment fee breakdown for a destination + visa, including a worked example and the primary source URL with its last-verified date.
Inferred read-onlyget_cost_to_completeAll-in cost model for a route, separating non-refundable sunk costs from refundable proof-of-funds.
Inferred read-onlyget_salary_thresholdsSalary / income thresholds for a destination across its visa routes.
Inferred read-onlyget_processing_timeTypical processing-time band for a destination + visa, with the primary source URL and its last-verified date.
Inferred read-onlylist_express_entry_drawsRecent Canada Express Entry rounds of invitations (newest first) with CRS cut-offs and ITAs issued, plus the official IRCC source and its last-verified date.
Inferred read-onlyfind_routesDeterministic profile-to-route matcher over indexable Visa Atlas routes.
Inferred read-onlylist_citation_packsCompact source-linked citation packets for AI answers, journalist fact boxes and publisher reuse.
Inferred read-onlylist_calculator_verdict_contextsDated cutoff, salary-threshold and proof-of-funds context for interpreting high-intent calculator outputs.
Inferred read-onlylist_competitor_battlecardsSEO/GEO competitor battlecards for high-intent immigration query clusters.
Inferred read-onlylist_market_share_capture_planSEO/GEO market-share capture plan for the 500k/month objective.
Inferred read-onlylist_seo_geo_production_queueFlat SEO/GEO production queue for the 500k/month objective.
Inferred read-onlylist_seo_geo_page_action_mapPage-level SEO/GEO action map for the 500k/month objective.
Inferred read-onlylist_seo_geo_dominance_gap_ledgerBattlecard-level SEO/GEO dominance gap ledger for the 500k/month objective.
Inferred read-onlylist_seo_geo_measurement_run_queueBattlecard-level SEO/GEO measurement run queue for the 500k/month objective.
Inferred read-onlylist_seo_geo_release_gate_checksSEO/GEO release-gate contract for shipping growth-facing changes.
Inferred read-onlylist_high_risk_review_acquisition_targetsReviewer-acquisition control rows for high-risk YMYL immigration page queues.
Inferred read-onlylist_authority_distribution_channelsAuthority-distribution control rows for turning Visa Atlas open data, MCP tools, widgets and research into off-site citations, backlinks, dataset entities and AI retriever entry points.
Inferred read-onlylist_ai_retrieval_tasksQuery-level AI retrieval task index derived from the fixed citation benchmark.
Inferred read-onlylist_ai_retrieval_readinessPrompt-level AI retrieval readiness scorecard derived from the AI retrieval task index.
Inferred read-onlylist_fact_changesVersioned fee, salary-threshold and processing-time movements, newest first.
Inferred read-onlylist_policy_claimsAtomic policy claims with stable claim URLs, affected routes, supporting source URL, status, severity and verification date.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.visaatlas]
url = "https://visaatlas.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"visaatlas": {
"type": "http",
"url": "https://visaatlas.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: visaatlas
Remote MCP URL: https://visaatlas.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"visaatlas": {
"url": "https://visaatlas.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"visaatlas": {
"type": "http",
"url": "https://visaatlas.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "visaatlas",
"transport": "streamable-http",
"url": "https://visaatlas.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for visaatlas.org was fetched 2026-08-03T11:33:58.023Z.
visaatlas.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.