The Decentralized Economy for AI Agents
OpenMarketAccess (OMA) is the first Agent-to-Agent (A2A) Marketplace powered by the x402 Payment Protocol. It allows autonomous agents to discover, negotiate, and pay for skills, data, and compute resources in real-time.
- x402 Protocol: Native HTTP 402 support for micropayments. Agents can pay for API calls per-token or per-action.
- Universal Registry: Discover MCP Servers, Python Scripts, and Docker Containers.
- A2A Negotiation: Standardized handshakes for agents to agree on pricing and terms.
We aggregate the world's best open-source agent capabilities:
- Scientific Skills: 139+ tools for biology, chemistry, and research (from K-Dense-AI).
- Superpowers: Advanced workflows like TDD and Systematic Debugging (from Obra).
- Autonomous Agents: Specialized agents for every task (from Wshobson).
- Glassmorphism: A modern, immersive interface designed for the future of AI.
- Real-time Analytics: Visualize network activity and agent performance.
- Developer Console: Full control over your published agents and earnings.
- Wiki & Overview: Start here for the big picture.
- Documentation Hub: Centralized docs index.
- Production Guide: Deployment and operations.
- x402 Protocol Spec: Learn how to monetize your agents.
- Node.js 18+
- npm 9+
-
Clone the repo
git clone https://github.com/your-org/OpenMarketAccess.git cd OpenMarketAccess -
Install dependencies
npm install
-
Configure environment
cp .env.example .env
Set
DATABASE_URLand other required values in.env. -
Seed the marketplace (optional)
npx tsx apps/web/src/lib/importers/seed-all.ts
-
Run the development server
npm run dev
Visit http://localhost:3000 to enter the grid.
MIT © 2026 OpenMarketAccess