Primev infrastructure for Claude Code — preconfirmed transactions, gasless swaps, and agentic USDC payments on Ethereum
npx claudepluginhub primev/claude-pluginPrimev infrastructure for Claude Code — preconfirmed transactions, gasless swaps, and agentic USDC payments on Ethereum
Primev infrastructure for Claude Code agents — preconfirmed transactions, gasless swaps, and agentic USDC payments on Ethereum.
claude plugin marketplace add primev/claude-plugin
claude plugin install primev
The first command registers the Primev marketplace. The second installs the plugin. You only need to add the marketplace once.
3 skills + 2 MCP servers that give your Claude Code agent native access to Primev infrastructure.
| Skill | Description |
|---|---|
| mev-commit | Send preconfirmed transactions through FAST RPC. Drop-in Ethereum JSON-RPC replacement with sub-second builder commitments and guaranteed inclusion. |
| fast-protocol | Execute instant token swaps on Ethereum. Gasless ERC-20 swaps via EIP-712 signed intents, or direct ETH swaps through FAST RPC. Settles on Uniswap V3. |
| x402 | Agentic USDC payments over HTTP. Sign EIP-3009 authorizations, settle payments through the facilitator, and build pay-per-call APIs using HTTP 402. |
The plugin registers two MCP servers:
primev-fastrpc (stdio, 10 tools) — wraps mev-commit's FAST RPC and x402 facilitator endpoints as native MCP tools. No API keys required.
| Tool | Description |
|---|---|
eth_blockNumber | Get current Ethereum block number |
eth_getBalance | Get ETH balance of an address |
eth_gasPrice | Get current gas price |
eth_getTransactionReceipt | Check transaction status |
eth_sendRawTransaction | Send a preconfirmed transaction |
mevcommit_getTransactionCommitments | Get preconfirmation commitments for a transaction |
mevcommit_optInBlock | Time until next mev-commit opted-in validator block |
mevcommit_cancelTransaction | Cancel a pending preconfirmation attempt |
x402_supported | Check supported x402 payment assets |
x402_verify | Verify an x402 payment on-chain |
primev-docs (HTTP) — powered by Mintlify, lets your agent search the full Primev documentation directly.
| Tool | Description |
|---|---|
search_docs | Search Primev documentation for any topic |
After installing, your Claude Code agent can:
MIT