Back to Home
Qbandev icon

infura-mcp-server

Verified Safe

by Qbandev

Overview

Enables AI assistants to query real-time blockchain data across 30+ networks via Infura's JSON-RPC API using natural language.

Installation

Run Command
npx infura-mcp-server

Environment Variables

  • INFURA_API_KEY
  • INFURA_NETWORK
  • DEBUG

Security Notes

The server demonstrates strong security practices: comprehensive input validation (`lib/validators.js`) prevents common injection attacks for addresses, hashes, and network names. Operations are explicitly read-only, preventing any blockchain state modification. API keys are strictly managed via environment variables. The HTTP mode implements robust security headers (Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy) and disables server fingerprinting. CORS is also properly configured. No `eval` or obvious malicious patterns were found. The primary security risk lies in the secure management of the `INFURA_API_KEY` by the user outside of the application's code.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassLow
Avg Tokens1
Stars3
Forks1
Last Update2026-01-19

Tags

blockchainai-assistantmcpweb3infura