Contextum EVM MCP Server
Click on "Deploy 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., "@Contextum EVM MCP Serverget the balance of 0xabc... on Ethereum mainnet"
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.
Contextum EVM MCP Server
This is the Contextum EVM Model Context Protocol (MCP) server built with Bun and TypeScript.
Development
Run the server locally:
bun run devRelated MCP server: Bankless Onchain MCP Server
The server runs on http://localhost:8787.
Visit http://localhost:8787/context to test the server response.
Installation
Clone the repository:
git clone https://github.com/ContextumAI/contextum-evm-mcp-server.git
cd contextum-evm-mcp-serverInstall dependencies using Bun:
bun installor using npm:
npm installConfiguration
Default server port is
8787.To change it, edit
src/server/http-server.tsand update the port number.Supported chains and their RPC URLs are defined in
src/core/chains.ts.
Usage
Run server in development mode (auto reload on code changes):
bun run devRun server in production mode:
bun startTesting
Open your browser or use curl to test:
curl http://localhost:8787/contextContributing to Contextum
Thank you for your interest in contributing to Contextum! 🚀
We welcome help with:
Bug fixes
Feature proposals
Protocol improvements
Documentation
Smart contract review
🛠How to Contribute
Fork the repo
Clone to your local machine
Create a new branch:
git checkout -b my-featureMake your changes
Commit and push:
git push origin my-featureCreate a Pull Request
Communication
Open an issue for discussions or proposals
Join the conversation (coming soon: Discord/Telegram)
Email: founders@contextum.org
Code Style
TypeScript: follow standard formatting
Commit messages: use Conventional Commits
Smart contracts: comment everything; assume others will read it
Security
If you discover a vulnerability, please email us directly at founders@contextum.org — do not file a public issue.
Thank you for helping build the decentralized AI infrastructure of the future.
License
This project is licensed under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Cross-asset market data and LLM inference for AI agents. Pay-per-call in USDC via x402.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.2865 npm379MIT
- AlicenseBqualityFmaintenanceImplements the Model Context Protocol to allow AI models to access and interact with blockchain data, including reading contract states, retrieving events, and accessing transaction information across various networks.1097 npm80MIT
- -licenseNot gradedqualityNot gradedmaintenanceComprehensive Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, supporting token transfers, smart contract interactions, and ENS name resolution through a unified interface.1-

Blockscout MCP Serverofficial
FlicenseAqualityBmaintenanceA server that exposes blockchain data (balances, tokens, NFTs, contract metadata) via the Model Context Protocol, enabling AI agents and tools to access and analyze blockchain information contextually.1847-