INDIVIDUAL MCP TOOL
get_site_inventory
Return a complete inventory of what the Outrings collector observed on a page — not a sample of it — for one kind of thing: internal links, external links, sitemap URLs, email addresses, scripts, images, forms, iframes, stylesheets or API endpoints referenced.
LIVE ENDPOINT
https://outrings.com/mcp
Connect to this endpoint to inspect the live schema for get_site_inventory and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.outrings]
url = "https://outrings.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"outrings": {
"type": "http",
"url": "https://outrings.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: outrings
Remote MCP URL: https://outrings.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"outrings": {
"url": "https://outrings.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"outrings": {
"type": "http",
"url": "https://outrings.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "outrings",
"transport": "streamable-http",
"url": "https://outrings.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
audit_website— Run the full 200-check audit of a website and return the overall score, every category score, and the ranked list of what to fix first.check_category— Inspect a single area and return its verdict, the checks that failed, why each matters and how to fix it.get_score— The cheapest useful call: overall score, letter grade and every category score, with no findings or prose.check_ai_visibility— Measures technical crawler access and the page signals that affect whether an AI system can retrieve and parse a site.what_changed— Re-audit a site and report what moved since it was last checked: which findings are new, which were resolved, and how each category score shifted.compare_websites— Score two to four sites and return them ranked, with the category gaps between them.get_badge_embed— Produce the HTML (and Markdown) for a badge the site owner can paste into their footer or README.