# evmquery-mcp

Read any contract on any EVM chain through a single MCP endpoint.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add evmquery-com/evmquery-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list evmquery-com/evmquery-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get evmquery-com/evmquery-mcp execute_query

# Call a tool
npx -y @smithery/cli@latest tool call evmquery-com/evmquery-mcp execute_query '{}'
```

## Direct MCP Connection

Endpoint: `https://evmquery-mcp.run.tools`

## Tools (2)

- `execute_query` — Execute a CEL expression against EVM smart contracts. Returns the query result, execution metadata, and credits consume…
- `describe_schema` — Describe the available methods, properties, and context for the given schema. Returns all callable methods on each cont…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get evmquery-com/evmquery-mcp <tool-name>
```
