← selfmigrate.app
INDIVIDUAL MCP TOOL
get_pathway_by_id
Fetch the full pathway record for a given pathway_id (format `<country>.<slug>`, e.g.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.selfmigrate-app]
url = "https://selfmigrate.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"selfmigrate-app": {
"type": "http",
"url": "https://selfmigrate.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: selfmigrate-app
Remote MCP URL: https://selfmigrate.app/api/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": {
"selfmigrate-app": {
"url": "https://selfmigrate.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"selfmigrate-app": {
"type": "http",
"url": "https://selfmigrate.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "selfmigrate-app",
"transport": "streamable-http",
"url": "https://selfmigrate.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pathways— List all skilled-migration pathways Self Migrate tracks across Australia, Canada, and New Zealand.compare_pathways— Return two or more pathways side-by-side with their key fields aligned.get_processing_times— Return current and historical government-published visa processing times for Self Migrate's tracked visas.