ManU4UManU4U
Get API key
Live data · Natural language · One endpoint

Manchester United

For You.

Assisted by AI

Live stats, match events, current affairs, history. Just Ask in plain English — get answers grounded in real data.

Live data🗄️ Our own datastore📚 Knowledge & news
ManU4U
demo

Try one of the questions below, or ask your own.

Three ways to use ManU4U

One brain. Your preferred surface.

Live

REST API

One endpoint. Send a question, get a structured answer. No auth juggling, no 12-endpoint learning curve — just POST /ask.

POST /ask
{ "question": "When does United play next?" }
Quickstart
🔌Coming weeks

MCP Server

Drop ManU4U directly into Claude, Cursor, or any MCP-compatible agent. One install and your AI gets United superpowers.

{
  "manu4u": {
    "command": "npx manu4u-mcp"
  }
}
Learn more
💬Live

Chat UI

Not a developer? Just chat. Ask United questions the way you'd text a friend who knows everything about the club.

chat.manu4u.com
Open chat

Built on real data, not vibes

Three sources. One answer.

Every response is grounded in structured live data, our curated datastore, and an ingested knowledge base — not LLM guesswork.

Live data

  • Fixture schedules & results
  • Live match events & goals
  • Lineups & formations
  • Match statistics
  • League standings
  • Pre-match & live odds
🗄️

Our own datastore

  • Full squad & player profiles
  • Season-by-season statistics
  • League & competition catalogue
  • Historical match records
  • Player performance history
📚

Knowledge & news

  • Club history & records
  • Transfer news context
  • Manager & staff profiles
  • Trophy history
  • Injury & form context

Who it's for

Built for fans and builders.

🔴

The Man United Fan

Your United buddy, always on

No need to scroll five apps before a match. Ask about the next fixture, check who's starting, or settle a pub debate about United's best ever season. ManU4U knows.

Open chat
✍️

The Content Creator

Exact stats, human language

Writing a match report? Building a post-game thread? Get precise player stats, historical context, and scorelines in plain English — ready to copy, cite, and publish.

See examples
⚙️

Hobby Dev / Fan-site Builder

JSON in, features out

Building a United Discord bot, a fantasy side-project, or a fan dashboard? Skip the painful API docs. One endpoint, natural language in, structured JSON out.

View quickstart
🤖

The Agentic Builder

Claude-compatible tool source

Add ManU4U as an MCP server and your agent gets live United data as a first-class tool. Works with Claude, Cursor, and any MCP-compatible runtime out of the box.

MCP setup

Quickstart

Up and running in 30 seconds.

Full API reference →
curl -X POST https://api.manu4u.com/ask \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your_api_key" \
  -d '{"question": "When does United play next?", "sessionId": "s1"}'

Example response

{
  "answer": "Manchester United face Chelsea on Sunday at 4:30 PM BST.",
  "confidence": 0.95,
  "sessionId": "s1",
  "toolTrace": [
    { "name": "resolve_time", "sequence": 1 },
    { "name": "get_fixtures",  "sequence": 2 }
  ]
}

Roadmap

What's coming.

REST API

Live

POST /ask — natural language in, structured answer out with toolTrace.

MCP Server

Coming weeks

Drop ManU4U into Claude, Cursor, or any MCP agent in one install.

Streaming + structured endpoints

Planned

SSE streaming responses, typed query endpoints, and webhook support.