About  Docs  Plans  Login
Mu
The Micro Network

One conversation. Every tool you need.

Ask a question and Mu's agent searches news, markets, weather, video and more to get you answers — no ads, no algorithms, no tracking.

What's in the news? Market prices Find a video Weather forecast

Live Data

Real-time information powering the agent — click to explore.

Markets

More →

Our Mission

Mu is built with the intention that tools should serve humanity. Instead of jumping between apps, just ask — the agent searches, summarises, and connects information across every service, enabling you to get things done without addiction, exploitation or manipulation.

Services

The tools powering the agent — also available individually

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 →

REST API

Search the web powered by Brave — results cached for 5 minutes.

GET /web?q=what+are+AI+agents HTTP/1.1
Accept: application/json
Authorization: Bearer TOKEN
API Docs →

MCP

Agents can search the web for current information and news.

{"method":"tools/call","params":{
  "name":"web_search",
  "arguments":{"q":"what are AI agents"}}}
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 20 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. Instead of dozens of separate apps, Mu gives you one conversational agent backed by real-time services — news, markets, weather, video and more.

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.