ai-economics-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., "@ai-economics-mcpWhat does 1M tokens cost monthly for GPT-4o?"
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.
ai-economics-mcp
MCP server for AI economics. Gives Claude, Cursor and any MCP client 12 calculators for the questions that decide AI budgets: what tokens cost, what queries burn, and whether agent work can be proven.
Wraps the free piszczek.pl/tools API — no key, no sign-up, stateless (inputs are never stored). The math is the same as the interactive calculators.
Install
Claude Desktop / Claude Code (claude_desktop_config.json / .mcp.json):
{
"mcpServers": {
"ai-economics": {
"command": "npx",
"args": ["-y", "@michalpiszczek/ai-economics-mcp"]
}
}
}Claude Code one-liner:
claude mcp add ai-economics -- npx -y @michalpiszczek/ai-economics-mcpRelated MCP server: x402 MCP Server
Tools
Tool | Answers |
| What do 1M tokens cost per month across GPT, Claude, Gemini, DeepSeek? |
| How many tokens is 50 pages, does it fit, what does carrying it cost? |
| What does one hour of an AI agent cost, fully loaded with verification? |
| How much does routing to a cheaper tier save per year? |
| How much electricity does an AI query use? |
| Which model is most efficient per task that actually passes? |
| What does org-wide token burn cost in money, kWh, CO₂? |
| How long can a humanoid robot run per charge? |
| How autonomous is a "90% autonomous" agent once proof is required? |
| How long does a revoked token keep working across your stack? |
| How many AI agents can a human review team absorb? |
| What does unverified AI work cost over time? |
All parameters are optional; defaults mirror the interactive calculators. Every response
includes result, formula, interpretation and a ready-to-quote cite_as sentence.
Example
You: how autonomous is our agent really? it completes 90% alone, evidence for 95%, 80% independently validated, 90% on time
Claude (calls
proof_adjusted_autonomy): PAA = 61.6% — supervised autonomy. The gap vs the claimed 90% is 28.4 pp, and the biggest lever is independent validation…
Configuration
Env var | Default | Purpose |
|
| Point at a self-hosted instance |
Concepts behind the tools
Joule Wars — the AI race for energy efficiency
Proof-Adjusted Autonomy — the metric of proven agent work
Revocation Exposure — how long revoked authority keeps working
License
MIT. Concepts and calculators by Michał Piszczek (CC BY 4.0 — attribution appreciated).
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 Servers
- Alicense-qualityFmaintenanceAn MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.Last updated3321MIT
- Alicense-qualityDmaintenanceAn MCP server that provides DeFi data tools (crypto prices, whale concentration, funding rates) for AI agents via the x402 protocol.Last updated181MIT
- AlicenseCqualityAmaintenanceAn MCP server that gives AI agents real-time market data, DeFi intelligence, and automatic tool discovery via plugins. Supports x402 micropayments and is always updated.Last updated23MIT
- Alicense-qualityCmaintenanceMCP server that enables AI agents to request human approval before spending money, check approval status, verify signed tokens, and manage API keys.Last updated146MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
HiveCapital MCP Server — autonomous investment layer for AI agents
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/pich/ai-economics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server