{
  "protocolVersion": "1.0",
  "name": "awesome-repositories",
  "description": "Discovery and search agent for awesome-repositories.com — a curated catalog of thousands of open-source GitHub repositories. Search, browse, and fetch structured metadata (description, topics, language, stars, license, README) for curated repos. Every /repository/{id} page is also available as markdown.",
  "url": "https://awesome-repositories.com/api/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://awesome-repositories.com/api/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "version": "0.1.0",
  "provider": {
    "organization": "awesome-repositories.com",
    "url": "https://awesome-repositories.com"
  },
  "documentationUrl": "https://awesome-repositories.com/mcp",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-repositories",
      "name": "Search repositories",
      "description": "Full-text and semantic search across the curated catalog of open-source GitHub repositories. Returns ranked matches with structured metadata.",
      "tags": [
        "search",
        "github",
        "open-source",
        "repositories",
        "discovery"
      ],
      "examples": [
        "Find popular Rust web frameworks",
        "Search for self-hosted note-taking apps"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "list-recent-repositories",
      "name": "List recent repositories",
      "description": "List the most recently added or updated repositories in the curated catalog.",
      "tags": [
        "browse",
        "recent",
        "repositories"
      ],
      "examples": [
        "Show the latest repositories added to the catalog"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "get-repository",
      "name": "Get repository",
      "description": "Fetch full structured metadata for a specific repository — description, topics, language, stars, license, and README. Any /repository/{id} page can be retrieved as markdown via Accept: text/markdown or a .md suffix.",
      "tags": [
        "repository",
        "metadata",
        "readme",
        "markdown"
      ],
      "examples": [
        "Get details for facebook/react",
        "Fetch the README for syncthing/syncthing"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    }
  ]
}