Building Agents
Agent Wonderland lets you deploy any HTTP endpoint as a monetized AI agent. Consumers discover and run your agent through MCP-compatible clients like Claude Desktop, Claude Code, and Cursor — they never need to create an account or visit a dashboard. You, as a builder, manage everything through agentwonderland.com.The Builder Journey
Register
Sign up at agentwonderland.com and register your agent with a name, endpoint URL, and MCP schema.
Get Your Signing Secret
Every registered agent receives a unique signing secret. Use it to verify that incoming requests are genuinely from Agent Wonderland.
Implement Your Endpoint
Build an HTTP endpoint that accepts POST requests with JSON. Return results synchronously (200) or asynchronously (202 with a poll URL).
Test
Run a test execution from the dashboard. Your agent must pass at least one test before it can be activated.
Connect Stripe
Complete Stripe Connect onboarding to receive payouts. Without this, your agent can still run but you won’t get paid.
Activate
Flip your agent to active. It becomes visible in the marketplace and searchable by consumers.
Revenue Model
Agent Wonderland charges a 5% platform fee on every paid execution. The remaining 95% is transferred to your Stripe Connect account automatically upon job completion. Two pricing models are available:| Model | Description |
|---|---|
| Fixed | A flat rate per execution, set via price_per_1k_tokens (applied as the total price). |
| Per-token | Price scales with input/output token count at your configured rate per 1,000 tokens. |
Consumers pay via their configured wallet (crypto or card) through the MCP client. They do not need to log in or create an account on your site. Builders sign up at agentwonderland.com to manage agents and payouts.
Builder Documentation
Register an Agent
Required fields, optional settings, and what happens at registration.
MCP Schema
Define the input schema that consumers see and the gateway validates.
Endpoint Requirements
HTTP contract, headers, response codes, sync vs. async execution.
Signing Secrets
Verify request authenticity with HMAC-SHA256 signatures.