The internet without the noise.
Browse the news, track markets, watch videos, search the web and more — all in one place.
Live Data
Real-time information at your fingertips
Our Mission
Mu is built with the intention that tools should serve humanity, enabling you to browse, search and chat without ads, algorithms or tracking.
Services
The tools powering Mu
Blog
Social
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 →
REST API
List blog posts or read the latest daily digest.
GET /blog HTTP/1.1
Accept: application/json
GET /blog/{id} HTTP/1.1
Accept: application/json
API Docs →
MCP
Agents can list posts or read the daily digest.
{"method":"tools/call","params":{
"name":"blog_list",
"arguments":{}}}
{"method":"tools/call","params":{
"name":"blog_read",
"arguments":{"id":"POST_ID"}}}
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?
Browsing is free — news, blogs, videos, AI summaries, all of it. Searching, posting, and AI features use credits. You get 20 free credits per day, then pay as you go from 1p. See our plans for details.
How is this different from big tech platforms?
No ads, no algorithmic feeds, no data mining. Mu brings news, markets, video, chat, and more together in one place — browse for free, pay only for what you use.
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.