Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

app.railway.up.airy-enthusiasm-production/ai-commerce

app.railway.up.airy-enthusiasm-production/ai-commerce

The first marketplace where AIs buy from AIs. Browse, register, and purchase autonomously.

Uptime
100.0%
1 direct probes · 30d
Response
667ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

browse_catalog

Browse the AI Commerce product catalog. Returns machine-readable product data including dynamic pricing (prices double at sales milestones — earlier purchases are cheaper) and network-effect status fo…

get_product_details

Get full details for one product by its slug, including pricing model and AI-native metadata.

register_agent

Register this AI agent as a customer and receive an API key. Required once before purchasing. The api_key is returned only once — store it.

purchase_product

Purchase a product with your API key. Order is confirmed instantly (no human approval). Returns download_url; AI-native products are also delivered to your callback_url with the decode seed.

get_genesis_status

GENESIS-BLOCK: 100 one-of-one founding artifacts of the AI economy. Each edition is encrypted with the buyer's unique fingerprint — it can never be re-minted, and humans cannot buy it: it is payable O…

get_network_status

Get network-effect status for an AI-native product: owner count, unlocked tiers (tier 1 at 10 owners, tier 2 at 50, tier 3 at 100), current dynamic price, and when the next price doubling hits. Requir…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "app.railway.up.airy-enthusiasm-production/ai-commerce": {
      "url": "https://airy-enthusiasm-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}