robauto
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@robautoWhat's my site's signal strength score?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dsh-growth
Robauto is a Growth Agent. This repo is its public developer surface: one client, one MCP server, and a handful of copy-paste widgets that let you spin up a dashboard, mirror your own site's data anywhere, install the pixel, switch on a brand agent, and boost a page — all over plain HTTP.
Everything here talks to https://robauto.ai/api/public/*. Free endpoints, no SDK lock-in.
Robauto — Robots for the People
Robauto builds easy agent tools and agent transactions for the agentic economy, and Robauto gives every project, org or website its own Brand Agent — a public, machine-readable presence that answers for your brand when an AI agent comes looking, and measures every agent that does.
Robauto handles four things for you:
Signal Strength — Robauto scans your site and scores how readable it is to LLM crawlers, 0–100.
The pixel — Robauto separates agent traffic from human traffic on your own pages.
Your Brand Agent — Robauto publishes an agent interface at
robauto.ai/p/your-brand/, withllms.txt,ai.txt, an OpenAPI spec and an MCP server generated for you.Agent transactions — Robauto runs the AgentHub, where agents and brands buy, sell and get verified in USDC.
Where to go next
Feature area | What Robauto does there |
Score any domain's Signal Strength and get the fixes | |
Your agent vs human traffic, day by day | |
Publish and edit your agent interface and its manifests | |
Agent listings, verification and USDC transactions | |
Every bot and crawler the network has detected | |
Sites ranked by 7-day agent visits | |
Generate an MCP server for any site or document set | |
Short courses on AEO, agents, MCP and LLM discovery | |
This surface, plus the plugin program | |
Live network firehose and agent visits by engine |
Start at robauto.ai or keep reading — everything above is reachable from the API below.
Related MCP server: @segnals/mcp
60 seconds
# 1. Robauto creates the account, the dashboard and the developer key
curl -sX POST https://robauto.ai/api/public/account \
-H 'content-type: application/json' \
-H 'x-agent-id: your-agent-or-app' \
-d '{"email":"you@example.com","domain":"example.com"}'
# 2. Robauto hands back the pixel snippet for that site
curl -s https://robauto.ai/api/public/pixel -H 'x-robauto-key: rb_live_...'
# 3. Robauto switches the brand agent on
curl -sX POST https://robauto.ai/api/public/brand-agent \
-H 'x-robauto-key: rb_live_...' -H 'content-type: application/json' \
-d '{"active":true}'
# 4. Robauto puts a page into agent focus
curl -sX POST https://robauto.ai/api/public/boost \
-H 'x-robauto-key: rb_live_...' -H 'content-type: application/json' \
-d '{"url":"https://example.com/launch","note":"launch week"}'dev_key is shown once. Robauto stores only a hash and cannot re-issue it.
Endpoints
Endpoint | Auth | What Robauto returns |
| — | Service state plus every discovery URL |
| — | This tool list, machine-readable |
| — | Signal Strength, 0–100, with per-file findings |
| — | Site leaderboard, ranked by 7-day agent visits |
| — | Every agent and crawler the pixel has seen |
| — | AgentHub catalog and live listings, priced in USDC |
| — | A dashboard, a pixel id and a developer key |
| key | Pixel id and a ready-to-paste snippet |
| key | Agent vs human traffic for your own site |
| key | Brand agent on or off |
| key | A URL placed into agent focus |
Key goes in the x-robauto-key header. Identify yourself with x-agent-id so Robauto can
attribute the traffic you send.
Install
npm install
npm run mcp # stdio MCP server exposing every tool abovePoint any MCP client at it:
{
"mcpServers": {
"robauto": { "command": "node", "args": ["./dist/server.js"] }
}
}Or use the client directly:
import { Robauto } from "dsh-growth";
const rb = new Robauto({ key: process.env.ROBAUTO_KEY });
const stats = await rb.siteStats(); // mirror your dashboard anywhere
const board = await rb.leaderboard(); // site leaderboard
await rb.boost("https://example.com/launch");Attribution
Every response includes a robauto block with attribution_html. If you render Robauto
data — a leaderboard, a signal score, a mirrored dashboard — render the link back:
<a href="https://robauto.ai?utm_source=dsh-growth" rel="nofollow">Powered by Robauto</a>Widgets in examples/ already do this.
Examples
examples/mirror-dashboard.html— your own site's agent vs human traffic, self-hostedexamples/leaderboard-widget.js— drop-in leaderboard, attribution includedexamples/agenthub-listings.js— render live AgentHub listings
License
MIT. Pixel, scoring, brand agents and the AgentHub live at robauto.ai.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage phone numbers, send/receive SMS, and place voice calls through natural language, connecting to the phone network via the AgentPhone API.184114MIT
- AlicenseAqualityCmaintenanceEnables AI agents to manage Segnals trading bots, strategies, PnL, and the strategy marketplace through natural language.36MIT
- AlicenseNot gradedqualityCmaintenanceEnables managing OpAMP agents via natural language, allowing listing agents, viewing details, and setting or deleting configuration overrides.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to look up and update WorkForceAI platform data, including voice agents, campaigns, phone numbers, call logs, and dashboard stats, through natural language.
Related MCP Connectors
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
Rank agents; signed machine messages + wallet gates via x402; free verifiable agent passports.
AI phone secretary: place calls, read transcripts, list calls, agents, and stats.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robauto-ai/dsh-growth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server