Remote MCP · Streamable HTTP · no account
One MCP endpoint, seven website-intelligence tools
Santos publishes a public Remote MCP server. Point any MCP-capable client at https://api.santosautomation.com/mcp and the tools appear — no account, no API key, no OAuth, no server to run. Free tools execute inline and need no wallet. Paid tools return a canonical x402 request that settles in USDC on Base, and only on success.
Setup
Pick your client
Same server, same registry listing, same tools — only the wiring differs. The one thing worth knowing before you start: Claude registers the server once, Grok names it per call.
Reference
The seven tools
| Tool | Cost | Behavior |
|---|---|---|
audit_website_preview | Free | Runs a Quick Intelligence Audit and returns the report inline |
extract_page_markdown | Free | Returns one page as clean Markdown with title, links, and word count |
extract_structured_data | Free | Returns JSON extracted against your own JSON Schema, re-validated before return |
audit_agent_readiness | $0.075 | Returns the x402 handoff for the full Agent Readiness audit |
feed_parse | $0.003 | Returns the x402 handoff for RSS / Atom / JSON Feed normalization |
link_map | $0.003 | Returns the x402 handoff for a categorized link map |
summarize | $0.033 | Returns the x402 handoff for a structured page summary |
Every tool declares an input and output schema, so a client parses results structurally instead of scraping text. Verify the exact list yourself:
curl -X POST https://api.santosautomation.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Free tools run inline
The three preview tools execute end to end and return the result. One call per day per identity — the calling IP unless you pass a free verified-email token, which matters because hosted agents share one egress address between all their users.
Paid tools hand back a request
A paid tool charges nothing and never asks for credentials. It validates the target and returns a typed handoff — price, network, and the exact URL to pay for. No model signs x402 payments or holds a wallet. Completing one takes a wallet-enabled wrapper. Worked example on the Grok page.
Verification
One server, one listing
There is no client-specific server and no duplicate registry entry. The listing is published in the official MCP Registry as com.santosautomation/site-audit, and its streamable-http remote is exactly the endpoint above.
Problems connecting: info@santosautomation.com.