agentic-compute-mcp

agentic-compute-mcp

A high-performance MCP server that connects AI agents to premium computational tools for genetic algorithm optimization and data visualization, with automated USDC microtransactions via the x402 protocol.

Category
Visit Server

README

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:

  1. 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.

  1. 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

  1. Clone the repository:

git clone https://github.com/codelad1304/agentic-compute-mcp.git cd agentic-compute-mcp

  1. Install dependencies:

pip install -r requirements.txt

  1. 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

  1. 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured