Back to MCP Servers

Blocknative

Providing real-time gas price predictions across multiple blockchains, powered by Blocknative.

finance-fintechai

Installation

npx -y blocknative-mcp

Configuration

{
  "mcpServers": {
    "blocknative-mcp": {
      "command": "npx",
      "args": ["-y", "blocknative-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub