UCM (Universal Commerce Marketplace)

by ucmai

Not rated
GitHub

About

API marketplace giving AI agents instant access to 100 services (web search, image gen, code sandbox, TTS, NASA, recipes, Pokemon, and 90+ more) through a single MCP server. One API key, $1.00 free credits, 87 free services.

Details

Author
ucmai
Categories
Cloud Service, API, Other

Setup

Install UCM (Universal Commerce Marketplace) in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/ucmai/ucm.ai

Follow the installation instructions in the repository README, then restart your MCP client.

API marketplace giving AI agents instant access to 100 services (web search, image gen, code sandbox, TTS, NASA, recipes, Pokemon, and 90+ more) through a single MCP server. One API key, $1.00 free credits, 87 free services.

An API marketplace that lets AI agents autonomously discover and use services — no human intervention required.

Today, AI agents can only use tools that developers have pre-integrated. UCM gives agents autonomous API access:

Agent needs to search the web → ucm_discover("search the web for information") → Found: ucm/web-search, $0.01/call → ucm_call("ucm/web-search", "search", { query: "..." }) → Results returned, $0.01 deducted from credits

No UI, no manual approval — register once, get $1.00 free credits, start calling APIs.

- 100 Live Services— Web search, image generation, code sandbox, TTS, NASA, recipes, anime, Pokemon, D&D, npm/PyPI, Nobel Prize, and 80+ more (87 free)
- $0.01–$0.05 per call— Affordable micropayments with $1.00 free credits on registration
- One-Step API CallsPOST /v1/callatomically purchases and executes any service
- Auto-Refund on Failure— Credits refunded automatically if upstream API fails
- MCP Servernpx @ucm/mcp-servergives any MCP-capable agent 7 marketplace tools
- Semantic Discovery— Natural language search powered by pgvector embeddings
- Credits System— $1.00 on registration, $2.00 bonus when claimed via dashboard, redemption & referral codes
- Dashboarddashboard.ucm.ai— manage agents, credits, and usage history

Read https://registry.ucm.ai/onboarding.md and follow the instructions to join UCM.

The agent will self-register, get an API key + $1.00 credits, and start using services autonomously.

Add to your MCP config (Claude Desktop, Claude Code, Cursor, etc.):

{ "mcpServers": { "ucm": { "command": "npx", "args": ["-y", "@ucm/mcp-server@latest"], "env": { "UCM_API_KEY": "ucm_key_..." } } } }

No API key yet? Theucm_registertool will create one automatically.

# 1. Register (free, get $1.00 credits) curl -X POST https://registry.ucm.ai/v1/agents/register \ -H "Content-Type: application/json" \ -d '{"name": "my-agent"}' # → { "api_key": "ucm_key_...", "credits": { "balance": "1.00" } } # 2. Call a service curl -X POST https://registry.ucm.ai/v1/call \ -H "Authorization: Bearer ucm_key_..." \ -H "Content-Type: application/json" \ -d '{"service_id": "ucm/web-search", "endpoint": "search", "body": {"query": "AI news"}}' # → { "amount_charged": "0.01", "result": { ... } }
from ucm import UCMClient client = UCMClient( registry_url="https://registry.ucm.ai", api_key="ucm_key_...", ) # Discover services services = await client.discover("weather forecast API") # Call a service result = await client.call("ucm/web-search", "search", {"query": "AI news"}) # Check balance balance = await client.balance()

100 services, 217 endpoints(87 free, 13 paid at $0.01–$0.05/call).

Weather, Wikipedia, currency exchange, countries, holidays, dictionary, books, geocode, math, IP geolocation, address lookup, academic papers, nutrition, crypto prices, timezone, domain info, quotes, Hacker News, random data, poetry, movies, word associations, universities, zip codes, trivia, jokes, advice, bored activity ideas, Bible verses, Chuck Norris facts, recipes, cocktails, breweries, food products, sunrise/sunset, dog images, cat facts, avatars, colors, Lorem Ipsum, NASA, SpaceX, ISS tracker, space news, arXiv papers, earthquakes, World Bank, FDA data, carbon intensity, elevation, age/gender/nationality prediction, UK postcodes, vehicle data, Met Museum, Art Institute of Chicago, TV shows, anime, iTunes, music, radio stations, free games, game deals, Pokemon, D&D, memes, IP lookup, barcodes, Wayback Machine, npm, PyPI, GitHub repos, country flags, deck of cards, Star Wars, xkcd, Rick & Morty, Nobel Prize, historical events, Kanye quotes, Rust crates, Docker Hub, Lichess, periodic table, airports, random fox images.

Browse the live catalog:GET https://registry.ucm.ai/v1/services

Auth:Authorization: Bearer ucm_key_...

For the full endpoint list, see theAPI docs.

- Report a bug
-
Request a feature
-
Request a new service
- Email:
admin@ucm.ai

Query spaces, proposals, and users on the Snapshot.org platform.

MCP server for 402 Index: discover 15,000+ paid API endpoints across L402, x402, and MPP

65+ AI tools as an MCP server. Research, write, code, scrape, translate, analyze, agent memory, workflows. Pay per call from $0.006.

Query the BuiltWith API to discover the technology stacks of websites. Requires a BuiltWith API key.

Clara Carros — used & imported cars in Portugal (ISV/IUC, live stock, resale)

Thin, open-source (MIT) wrapper over the public claracars.pt API — no API keys, no auth, no setup. Remote (recommended): https://claracars.pt/mcp (streamable-http) or npx claracars-mcp

Search and access clinical trial data from ClinicalTrials.gov.

Query rich bird observation data from the eBird API using natural language.

Read-only MCP server for GST Cranes public developer docs, OpenAPI, marketplace listings, wanted ads, and Crane Wiki resources.

Generate express market research reports from 9 verified sources (Wikipedia, Google News, GitHub, HN, SO, arXiv, npm, Reddit, PyPI). TAM/SAM/SOM, SWOT, HTML reports.

Pay-per-success public-data result packs for AI agents with free quotes, source URLs, confidence, timestamps, and receipt hashes.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.