standardcompute-mcp
standardcompute-mcp
An MCP server for Standard Compute — check the endpoint, list your models, and read current plan pricing from inside any MCP client.
Tools
Tool | What it does | Needs API key |
| Reachability + round-trip latency for the API endpoint | no |
| Current plans/pricing, fetched live from standardcompute.com/llms.txt | no |
| Model ids your key can access ( | yes |
| One tiny end-to-end completion to verify your key works | yes |
All tools are read-only apart from chat_probe, which sends a single ~20-token completion.
Setup
git clone https://github.com/henrikdukefoss/standardcompute-mcp
cd standardcompute-mcp && npm installClaude Code:
claude mcp add standardcompute -e STANDARDCOMPUTE_API_KEY=your-key -- node /path/to/standardcompute-mcp/src/index.jsClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"standardcompute": {
"command": "node",
"args": ["/path/to/standardcompute-mcp/src/index.js"],
"env": { "STANDARDCOMPUTE_API_KEY": "your-key" }
}
}
}opencode (opencode.json):
{
"mcp": {
"standardcompute": {
"type": "local",
"command": ["node", "/path/to/standardcompute-mcp/src/index.js"],
"environment": { "STANDARDCOMPUTE_API_KEY": "your-key" }
}
}
}Environment
STANDARDCOMPUTE_API_KEY— from your dashboard; optional forendpoint_healthandplan_pricingSTANDARDCOMPUTE_BASE_URL— defaults tohttps://api.stdcmpt.com/v1
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henrikdukefoss/standardcompute-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server