One app for every service you need.
Mu is a place to see the latest news, market data, videos, search the web and more.
Live Data
Real-time information at your fingertips
Our Mission
Mu is built with the intention that tools should serve humanity. Instead of continuously jumping between apps, just click the tab for what you need. Quick access to every service, enabling you to get things done without ads, algorithms or tracking.
Services
The tools powering Mu
Blog
Chat
Mail
News
Video
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/jsonAPI 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 TOKENAPI 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.