General Tools
nordbastion.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://nordbastion.com/mcp
MCP server metadata
- Name
- nordbastion
- Version
- 1.1.0
Public catalog tools work without an account. To create a key without a payment: call register_account (or login), then create_api_key using tokens.access_token as the access_token argument. The result contains plaintext, shown once. Protected tools accept a Bearer header or an explicit access_token argument; each request is authenticated independently. Never send SSH private keys. Generate SSH keys locally and upload only the public key with add_ssh_key. Use read scope to inspect the account before funding it. Creating a key is free. Creating an invoice does not transfer funds. Use only the budget and actions authorized by the account owner. See /agents/ for working examples and limitations.
Known tools 34
create_api_keyCreate a scoped API key immediately after signup or login, with no payment or manual approval.
Potential side effectslist_api_keysList API keys on the account (metadata only — no plaintext recoverable).
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.