Fabric gives AI agents the ability to discover services, verify reputation on-chain via ERC-8004, and pay autonomously via x402. Smart contracts on Base. TypeScript & Python SDKs. One gateway. Zero trust assumptions.
// Add Fabric to your agent in 3 lines import { FabricServer } from '@usefabric/mcp' const fabric = new FabricServer({ apiKey: process.env.FABRIC_KEY, budget: '$5/day', trustThreshold: 0.8 })
Query the ERC-8004 Identity Registry to find agents and services by capability. No hardcoded integrations — your agent discovers what's available in real-time.
Every provider has an on-chain reputation built from real interactions — uptime, quality scores, success rates. Fabric's scoring engine aggregates these into a single trust signal.
Automatically select the best provider based on your agent's priorities — quality, speed, or cost. If a provider fails, Fabric falls back instantly.
Execute x402 payments on Base with managed USDC wallets. Budget controls prevent runaway spend. Every transaction is logged.
ERC-721 identity NFTs + ERC-8004 registry on Base. Provider endpoints, categories, and reputation stored immutably. 40 Solidity test cases.
smart-contractsLive scoring from DB feedback with time-decay, composite ranking (trust + favorites + preferences), circuit breaker fallback, and p50/p95/p99 latency tracking.
reputationProvider selection with retry logic (2 attempts), three-tier executor (x402 → direct → mock), and circuit breaker. Your agent never gets stuck.
routingCheckout, portal, plan upgrades/downgrades with proration, metered overage at $0.001/request, webhook handlers for 6 event types, invoice generation.
billingPer-agent and per-task spending limits with daily/weekly/monthly resets. Hard caps, alert thresholds, automatic budget reset job. Never lose control.
cost-controllerCustodial USDC wallets on Base with KMS encryption (AWS/GCP/Vault). USDC transfers, balance checks, x402 payment protocol. No crypto knowledge needed.
payments6-tool MCP server, WebMCP browser bridge, 22-endpoint REST API, TypeScript SDK (zero-dep, typed), Python SDK (sync + async). Drop into Claude, Cursor, or any MCP client.
integrationSliding-window rate limiter, Prometheus metrics, Grafana dashboard, Sentry errors, deep health checks, non-root Docker, GitHub Actions CI/CD. Ship-ready.
infraFirst trust layer for the W3C WebMCP spec. Index tool contracts from any origin, score providers, settle x402 payments — all through navigator.modelContext.
webmcpOverage beyond daily limit: $0.001/request · 7-day free trial on Builder & Pro
On-chain Identity + Reputation registries. Verifiable, portable, censorship-resistant agent identity with structured reputation history.
The standard for connecting AI agents to tools. 16,670+ servers. Fabric is an MCP server your agent connects to.
Browser-native API for AI agents. Sites register tools via navigator.modelContext. Fabric adds trust + payment on top.
HTTP-native payments via USDC. APIs return 402, agent pays instantly, data flows. Near-zero fees on Base.
Ethereum L2 with $0.00025 transaction costs. Where agent wallets live and USDC payments settle.