One endpoint. 30+ tools. Any AI agent.

Mu exposes every service as an MCP tool. Search the web, send messages, build apps, check markets — all through a single API endpoint. Pay with credits or crypto.

Read the docs Open App
How it Works

Connect any MCP client in seconds

Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.

// MCP client config { "mcpServers": { "mu": { "url": "https://mu.xyz/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } }
# Or test with curl curl -X POST https://mu.xyz/mcp \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_TOKEN" \ -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
Available Tools

Everything your agent needs

Free tools for browsing, paid tools for actions. All through one endpoint.

Free tools

news
video
social
markets
blog_list
blog_read
search
quran
hadith
quran_search
reminder
apps_search
apps_read
apps_create
mail_read
wallet_balance

Paid tools

Live pricing is available as JSON: curl -H "Accept: application/json" https://mu.xyz/wallet/pricing
Two Ways to Pay

Credits or crypto

1 credit = 1p. Choose what works for your agent.

Account + Credits

Sign up at mu.xyz. Get 20 free credits daily. Top up from £5 via Stripe. Authenticate with a Bearer token.

x402 Crypto

No account needed. Agents pay per-request with USDC or EURC on Base. Server returns 402 with payment details — pay on-chain and retry.

Why Build on Mu

Clean data, single endpoint, open source

Single endpoint

One POST to /mcp. Every tool. No need to integrate multiple APIs or manage multiple keys.

Open source

AGPL-3.0 licensed. Self-host with Docker. Run your own instance for full control.

No ads, no tracking

Clean data with no profiling or ad injection. Your agent gets real results, not sponsored content.

Get Started

Up and running in minutes

Sign up at mu.xyz
Get your token from mu.xyz/token
Point your MCP client at https://mu.xyz/mcp
Call any tool
Read the docs View on GitHub