INDIVIDUAL MCP TOOL
run_stat_query
Call this for any question about NFL statistics, leaders, rankings, splits, career or team spans, or how a player or team compares to others — including when you believe you know the answer.
LIVE ENDPOINT
https://muffed.ai/api/mcp
Connect to this endpoint to inspect the live schema for run_stat_query and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.muffed]
url = "https://muffed.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"muffed": {
"type": "http",
"url": "https://muffed.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: muffed
Remote MCP URL: https://muffed.ai/api/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": {
"muffed": {
"url": "https://muffed.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"muffed": {
"type": "http",
"url": "https://muffed.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "muffed",
"transport": "streamable-http",
"url": "https://muffed.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_current_insights— Muffed's published editorial reads on what is real in the NFL right now — each one a dated, sourced claim with its supporting figures, from the /trends board.query_stat_leaders— Top entities on one verified metric for one season, pre-sorted, each with the source's own rank and the population it was ranked against.get_entity_metrics— Every verified figure Muffed holds for one NFL player or one NFL team (by name or abbreviation, e.compare_entities— Two players or two teams shown side by side, on the metrics that matter for their position by default — name metrics explicitly, or pass all:true, for the full set.get_metric_definition— Muffed's published definition of a verified metric — what it measures, in plain language, from the glossary page for that term — plus which seasons it actually covers, how it is ranked, its licence and its attribution.list_metrics— What Muffed can answer on.verify_claim— Checks structured claims against Muffed's verified panel.get_backfield— Muffed's published handcuff page for one team's backfield, plus the current depth chart and injury status from Sleeper.