Contextum EVM MCP Server
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., "@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 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
- AlicenseBqualityCmaintenanceA 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.Last updated28163380MIT
- 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.Last updated1011980MIT
- -license-quality-maintenanceComprehensive 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.Last updated1

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.Last updated1844
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 intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.
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/slattman/contextum-evm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server