standardcompute-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@standardcompute-mcpHow is the Standard Compute endpoint doing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: TokenLab MCP Server
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Paid remote MCP for LLM security scans, jailbreak checks, analytics, checkout, and readiness.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Connect MCP clients to 2,000+ AI models without managing provider API keys.
Ping-only MCP origin for claude.ai, Desktop, Cursor, and Grok Connectors.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceHosted MCP server for browsing the GlianaAI model catalog with zero setup, providing model listings, pricing, and schema information via Streamable HTTP.MIT- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.31164MIT
- AlicenseAqualityCmaintenanceProvides read-only access to Gemini 3 Online's knowledge surface (models, pricing, links, FAQ) for MCP-compatible AI clients, requiring no API keys.3MIT
- AlicenseAqualityCmaintenanceExposes Riftrunner AI's knowledge surface—models, pricing, FAQ, and links—to MCP-compatible clients. Read-only, zero-config, and requires no API keys.3MIT
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