The Laws of the Game and world football's major competitions, every claim cited to primary sources
MCPpedia last refreshed this data
app.futbolatlas/futbol-atlas is an MCP server that the Laws of the Game and world football's major competitions, every claim cited to primary sources. Its tool list has not been published yet over http, requires no API key, and scores 72/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"futbol-atlas": {
"url": "https://futbolatlas.app/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Laws of the Game and world football's major competitions, every claim cited to primary sources
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud
MCP Server for GCP environment for interacting with various Observability APIs.
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
Manage BlazingCDN from AI agents: CDN zones, cache, metrics, domains, cloud storage and video CDN
MCP Security Weekly
Get CVE alerts and security updates for app.futbolatlas/futbol-atlas and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Laws of the Game and world football's major competitions, every claim cited to primary sources
A remote MCP server over a curated knowledge graph. Every claim it returns is bound to a registered source: the tools hand back claims with their citations and a confidence value, so an agent can show its work instead of asserting.
Nothing to install. It is a hosted streamable-HTTP endpoint:
https://futbolatlas.app/mcp
Claude Code
claude mcp add --transport http futbol-atlas https://futbolatlas.app/mcp
Claude Desktop / any client reading mcpServers
{
"mcpServers": {
"futbol-atlas": {
"type": "streamable-http",
"url": "https://futbolatlas.app/mcp"
}
}
}
No API key, no account, no auth. Read-only.
Check it answers, without any client at all:
curl -s https://futbolatlas.app/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-H 'mcp-protocol-version: 2025-06-18' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Eight, each with an outputSchema, each returning structuredContent.
| tool | arguments | what it does |
|---|---|---|
get_overview | — | Corpus overview: what this instance knows, counts by type, published tags, freshness. Start here when you land and do not yet know whether this corpus can answer your question. |
search | query, limit? | Full-text search over the knowledge graph. Accent- and apostrophe-insensitive, so query in the user's own words; every hit carries its relevance score and the fields it matched. |
answer | question | Answer a question from the corpus. Returns the matched object's claims with sources and confidence — never an unsourced answer. |
get_entity | id | Fetch one knowledge object by id, with its claims and the sources each claim cites. |
get_topic | tag | List the knowledge objects carrying a tag (topics are content-backed tags). |
get_related | id | Graph neighbours of an object: outgoing and incoming relations, each with its relation type. |
get_sources | object_id? | The whole source registry, or just the sources cited by one object. Use it to judge the corpus before trusting it. |
get_latest | limit? | Most recently verified knowledge objects — a freshness signal. |
The intended path is get_overview → search or answer → get_entity
→ get_related. get_overview exists because an agent that has just
arrived needs to know whether this corpus can help before it spends a
call guessing.
| knowledge objects | 141 |
| registered sources | 132 |
| published topics | 96 |
| type | objects |
|---|---|
| entity | 114 |
| glossary | 12 |
| faq | 7 |
| guide | 5 |
| comparison | 3 |
Subject matter: the seventeen Laws of the Game as the IFAB writes them, VAR protocol and its review categories, competition formats and qualification paths, offside, handball and the wording that decides them.
A real call against the live endpoint — answer with
"when can VAR intervene" — returns this structuredContent, trimmed:
{
"answered": true,
"entity": {
"id": "var",
"name": "VAR (Video Assistant Referee)",
"evidence_tier": "primary",
"confidence": 0.94,
"last_verified": "2026-08-08",
"canonical_url": "https://futbolatlas.app/k/var"
},
"claims": [
{
"text": "The VAR may assist the referee only for a clear and obvious error or a serious missed incident in these match-changing categories: goal/no goal, penalty/no penalty, direct red card,
... [View full README on GitHub](https://github.com/citarium/futbolatlas-mcp#readme)