{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "familyguy.co.uk",
  "title": "Unofficial Family Guy episode database",
  "version": "1.0.0",
  "description": "Deterministic lookups over an unofficial Family Guy episode database: episodes, seasons, characters, people and facts. Answers come from the same data the website renders.",
  "endpoint": "https://familyguy.co.uk/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "prompts": false,
    "resources": false
  },
  "tools": [
    {
      "name": "search_episodes",
      "description": "Find Family Guy episodes by words in the title, by season, or by the year they first aired. Returns episode code, title, air date, writers, directors and the page URL. Use get_episode for one episode in full."
    },
    {
      "name": "get_episode",
      "description": "Return everything this site records for one episode: the story summary, air date, writers, directors, US viewing figure and identifiers. Accepts an episode code such as S03E12, a season and episode number, or an exact title."
    },
    {
      "name": "which_episode",
      "description": "Find which episode something happens in. Searches the story summaries this site has written for every episode, not the titles. Give a few words describing the moment, such as a character, a place or an event."
    },
    {
      "name": "get_character",
      "description": "Return what this site records for a Family Guy character: the profile written from cited sources, the household, the role, and the English voice actors."
    },
    {
      "name": "get_season",
      "description": "Return one season of Family Guy: how many episodes it has, when it started and finished, and the episode list."
    },
    {
      "name": "get_person",
      "description": "Return the credits this site records for one person: which roles they held and how many episodes they are credited on."
    },
    {
      "name": "get_fact",
      "description": "Return one entry from the facts section: what a term means in Family Guy, with the page it is on. Omit the term to list every entry."
    },
    {
      "name": "site_stats",
      "description": "Return the size and freshness of the database: how many episodes, seasons, characters and people it covers, and when the data was last refreshed."
    }
  ],
  "documentation": "https://familyguy.co.uk/about/#tools"
}
