Boar Network RPC
Enterprise-grade JSON-RPC endpoints for EVM chains and Bitcoin. Start free, scale to pay-as-you-go — with real-time analytics, custom rate limits, and dedicated support built in.
Get from zero to a live RPC connection in minutes. No complex setup, no infrastructure to manage.
Create your account at dashboard.boar.network — no credit card required. You get 50M Compute Units every month at no cost.
From your dashboard, generate an API key for the blockchain network you need. Each key is scoped to a specific chain.
Your personalized RPC endpoint URL appears on the key detail page. Copy it — it embeds your API key automatically.
Paste the endpoint into your ethers.js, viem, wagmi, or web3.js provider config. You are live in under a minute.
Track costs, requests and CU consumption from the Analytics tab. Scale up to Enterprise when you are ready.
Drop your endpoint into any major Ethereum library. No SDK, no extra dependencies — just a standard JSON-RPC URL.
import { createPublicClient, http } from 'viem'
import { mainnet } from 'viem/chains'
const client = createPublicClient({
chain: mainnet,
transport: http('https://rpc-http.acme-corp.boar.network/<YOUR_API_KEY>'),
})Model Context Protocol
MCP (Model Context Protocol) is an open standard that lets AI agents communicate with external tools via a structured interface. Boar RPC provides an MCP-compatible endpoint so agents can query block state, transaction history, and contract reads directly — no custom integration required.
Expose on-chain state to any LLM agent via a standardized MCP endpoint. No custom integration required.
MCP queries backed by Boar RPC infrastructure. Fast responses keep agent loops fast and reliable.
Use it freely without authentication. Optionally add your API key for higher rate limits and priority access — same setup as any public RPC.
Start free. Scale as you grow.
Get started with blockchain infrastructure at no cost. Perfect for developers exploring or building prototypes.
For teams and businesses that need reliable, high-performance infrastructure with flexible pay-as-you-go pricing.
Tailored infrastructure for large-scale operations. Custom pricing, dedicated support, and bespoke configurations.