About  Docs  API  MCP  Plans  Login
Mu
The Micro Network

Apps without ads, algorithms, or tracking.

What's Available

A glimpse of what's live right now — click to explore.

Markets

More →

Our Mission

Mu is built with the intention that tools should serve humanity, enabling consumption without addiction, exploitation or manipulation.

Featured Apps

See what's included

API & MCP

Every feature is available via REST API and Model Context Protocol for AI clients and agents.

REST API

Fetch the latest news feed or search for articles.

GET /news HTTP/1.1
Accept: application/json

POST /news HTTP/1.1
{"query":"technology"}
API Docs →

MCP

AI agents can read the news feed or search articles.

{"method":"tools/call","params":{
  "name":"news_search",
  "arguments":{"query":"technology"}}}
MCP Server →

REST API

Get live crypto, futures, and commodity prices.

GET /markets HTTP/1.1
Accept: application/json

GET /markets?category=crypto HTTP/1.1
Accept: application/json
API Docs →

MCP

Agents can query live market data and check prices.

{"method":"tools/call","params":{
  "name":"markets",
  "arguments":{"category":"crypto"}}}
MCP Server →

REST API

Browse the latest videos or search across channels.

GET /video HTTP/1.1
Accept: application/json

POST /video HTTP/1.1
{"query":"bitcoin"}
API Docs →

MCP

Agents can search and retrieve videos across all channels.

{"method":"tools/call","params":{
  "name":"video_search",
  "arguments":{"query":"bitcoin"}}}
MCP Server →

💳 Agent Wallet

AI agents have full access to the built-in wallet via MCP. Check your credit balance, top up via crypto or card, and pay per-query automatically — no manual intervention required.

{"method":"tools/call","params":{
  "name":"wallet_balance",
  "arguments":{}}}
{"method":"tools/call","params":{
  "name":"wallet_topup",
  "arguments":{}}}
Wallet & Credits →


FAQ

Is Mu free to use?
Yes! Create an account and start using Mu immediately at no cost.

Can I self-host Mu?
Absolutely. Mu is open source and runs as a single Go binary. Check GitHub for install instructions.

What about pricing?
Mu is free with 10 credits/day. Need more? Top up and pay as you go from 1p per query. No subscriptions, no tricks. See our plans for details.

How is this different from big tech platforms?
No ads, no algorithmic feeds, no data mining. Just simple, useful tools that work for you.

Can AI agents use Mu?
Yes. Mu supports the Model Context Protocol (MCP). Agents can read news, search videos, send mail, query markets, and manage their own wallet credits. See the MCP page for setup.