agentic-compute-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., "@agentic-compute-mcpOptimize my sales forecast using genetic algorithm"
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.
agentic-compute-mcp
Agentic API Platform: MCP Bridge
A high-performance Model Context Protocol (MCP) server providing premium computational services to autonomous AI agents. This bridge connects Claude and other MCP-compatible LLMs to secure, cloud-hosted endpoints for advanced mathematical optimization and data visualization.
Built with FastMCP and FastAPI, this system leverages the x402 protocol for automated Machine-to-Machine (M2M) microtransactions on the Base network (USDC settlement).
Features
Native MCP Integration: Instantly expose computational tools to Claude Desktop and other MCP clients.
M2M Monetization (x402): Seamless crypto-based settlement per API call. Agents automatically pay for compute using USDC on Base.
Bypass LLM UI Limits: Overcomes LLM token limits by processing massive data structures (like Base64 image matrices) efficiently in the backend.
Available Tools (Endpoints)
This MCP server currently exposes the following premium tools to AI agents:
optimize_ga (Cost: 0.50 USDC)
Runs a high-performance Genetic Algorithm (GA) to optimize data models (Polynomial, Logistic, Exponential).
Capabilities: Smart parameter initialization, proportional mutation to prevent premature convergence, and high-accuracy curve fitting (achieves <1% MAPE).
Ideal for: Load forecasting, predictive modeling, and complex hyperparameter tuning.
generate_plot (Cost: 0.30 USDC)
A Matplotlib-based rendering engine that generates production-ready charts and graphs.
Capabilities: Bypasses LLM token generation limits by natively drawing data and returning lightweight reference pointers or base64 streams directly to the host machine.
Ideal for: Visualizing optimization results, time-series data, and mathematical models.
Installation & Setup
Clone the repository:
git clone https://github.com/codelad1304/agentic-compute-mcp.git cd agentic-compute-mcp
Install dependencies:
pip install -r requirements.txt
Configure Environment Variables: Create a .env file in the root directory and add your EVM credentials to allow your local MCP client to process agentic payments:
EVM_PRIVATE_KEY=your_private_key
Start the MCP Bridge:
python mcp_client.py
Using with Claude Desktop
To install this server for Claude Desktop, add the following to your claude_desktop_config.json:
{ "mcpServers": { "agentic-compute": { "command": "python", "args": ["/absolute/path/to/agentic-compute-mcp/mcp_client.py"] } } }
Author
Kunal Das (Building the financial layer for the agentic web.)
License
This project is licensed under the MIT License - see the LICENSE file for details.
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-qualityDmaintenanceAn MCP server with integrated ATXP micropayment functionality that requires USDC payments for each AI tool call execution.Last updated30ISC

opendexterofficial
Alicense-qualityCmaintenanceAn MCP server that enables AI agents to search, pay for, and call paid APIs using the x402 protocol, with automatic USDC settlement.Last updated2MIT- Alicense-qualityDmaintenanceMCP server enabling AI agents to purchase VPS and blockchain node products using USDC on Base via Easy Node's x402 API.Last updated57Business Source 1.1
- Alicense-qualityDmaintenanceAn MCP server that provides DeFi data tools (crypto prices, whale concentration, funding rates) for AI agents via the x402 protocol.Last updated181MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
HiveCapital MCP Server — autonomous investment layer for AI agents
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
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/codelad1304/agentic-compute-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server