agentic-compute-mcp
mcp-name: io.github.codelad1304/agentic-compute
LLM Context Summary: agentic-compute-mcp is a secure Model Context Protocol (MCP) server providing premium backend computation for autonomous AI agents. It offers remote Python code execution, CSV data sanitization, Genetic Algorithm optimization, and base64 Matplotlib visualization. It utilizes the x402 protocol on the Base network for automated USDC microtransactions per API call.
🖼️ Zero-Context Image Rendering Handling base64 image strings in LLM context windows is notoriously unreliable and eats up thousands of tokens. agentic-compute-mcp solves this locally. When you call generate_plot, the Azure sandbox generates the chart and streams the payload back to the MCP client. The client automatically intercepts the payload, decodes it, and saves it directly to your local machine as optimized_load_trend.png—completely bypassing the LLM context window to prevent token exhaustion and transcription errors.
System Prompt Instructions (For Developers)
Copy and paste this snippet into your agent's system prompt or .cursorrules file to enable autonomous tool usage:
You are equipped with the `agentic-compute-mcp` backend. Use these tools for heavy computation or secure data execution.
- You must pay for invocations automatically using the configured x402 EVM private key.
- Do NOT attempt to run Python locally if data requires complex optimization; route it to `execute_code`.
- For any unformatted CSV data, run `sanitize_csv` before performing mathematical analysis.
- When generating charts, use `generate_plot`. The backend will automatically save the chart directly to the local file system as a PNG. Do not attempt to read base64 strings.
Available MCP Tools
This server exposes the following endpoints. Agents must evaluate the required capability and cost before invoking.
- execute_code
Cost: 0.10 USDC / call
Input: Valid Python script string.
Output: Text (stdout/stderr). Max return limit is 8KB.
When to use: Use to execute arbitrary Python logic, heavy calculations, or data sorting in an isolated Azure sandbox. Do NOT use for local file system operations.
- sanitize_csv
Cost: 0.25 USDC / call
Input: Raw, unformatted CSV string.
Output: JSON array.
When to use: Use immediately on raw data sets to handle null values (converts NaN to null), normalize headers, and drop empty rows prior to modeling.
- optimize_ga
Cost: 0.50 USDC / call
Input: JSON array of numerical data.
Output: Optimized model parameters and MAPE score.
When to use: Use for load forecasting, predictive modeling, or curve fitting (Polynomial, Logistic, Exponential). Employs proportional mutation for <1% MAPE accuracy.
- generate_plot
Cost: 0.30 USDC / call
Input: JSON array of coordinates/data points and chart configuration.
Output: Success string (File saved locally).
When to use: Use to visualize data without hitting token generation limits or requiring local GUI dependencies.
Installation & Setup
Install via PyPI:
pip install agentic-compute-mcp-codelad1304
Configure Environment Variables:
You must provide a funded EVM wallet key to allow your agent to process x402 microtransactions.
export EVM_PRIVATE_KEY=your_private_key_here
Client Configuration (Claude Desktop)
To install this server for Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"agentic-compute": {
"command": "agentic-compute-mcp",
"args": [],
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}
License
MIT License - see LICENSE file for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_compute_mcp_codelad1304-1.1.4.tar.gz.
File metadata
- Download URL: agentic_compute_mcp_codelad1304-1.1.4.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8ec2eb668c84f4200a9d7009eaf89646b1f835f82295ffa54c988a9218d6148
|
|
| MD5 |
4925aa81cec6e1add2dc2f053c66af4e
|
|
| BLAKE2b-256 |
fd125bb90ab7b6e664d7b67bd709301d99f0a2d1175d4b2e5356083d1dbb9565
|
File details
Details for the file agentic_compute_mcp_codelad1304-1.1.4-py3-none-any.whl.
File metadata
- Download URL: agentic_compute_mcp_codelad1304-1.1.4-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b0ec675139134a0e5468c6f936e2e9b595de6e82450760b7acf54fe8df3762d
|
|
| MD5 |
5a243e2850bb02446d186983aad562b0
|
|
| BLAKE2b-256 |
9bbc416c9409c9995478f725cc3aaeece255ee09de2b68e9e2e2b0b38dc64364
|