LIVE ENDPOINT
https://nordbastion.com/mcp
Connect to this endpoint to inspect the live schema for refresh_token and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.nordbastion]
url = "https://nordbastion.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nordbastion": {
"type": "http",
"url": "https://nordbastion.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nordbastion
Remote MCP URL: https://nordbastion.com/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": {
"nordbastion": {
"url": "https://nordbastion.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nordbastion": {
"type": "http",
"url": "https://nordbastion.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nordbastion",
"transport": "streamable-http",
"url": "https://nordbastion.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
register_account— Create a new NordBastion account from an email + password.login— Exchange email + password for access/refresh tokens.login_totp— Legacy cookie-based second factor.create_api_key— Create a scoped API key immediately after signup or login, with no payment or manual approval.list_api_keys— List API keys on the account (metadata only — no plaintext recoverable).revoke_api_key— Revoke an API key by id.get_account— Return the current account (no secrets, no password hash).get_balance— Get the current wallet balance in USD.