An MCP server providing the following tools to an agentic system.
- ETH tools: Some standard EVM tools to check the balance of an address, and send ETH.
- Brave: A web search tool.
- 0xProtocol: An api for querying swap prices of ERC20 tokens.
- Uniswap tools: Provides contract calls to the Uniswap v2 router
The following environment variables are required to run the server.
MCP_SERVER_ADDRESSMCP_SERVER_PORTETH_RPCBRAVE_API_KEYZERO_X_API_KEY
make start