{
  "name": "nmlp-mcp",
  "version": "0.6.0",
  "description": "Model Context Protocol HTTP endpoint for the New Mexico Literacy Project — first-edition identification (points of issue, number-line decoding, publisher rules) plus the Albuquerque book-donation API.",
  "transport": "JSON-RPC over HTTP POST (MCP 2024-11-05)",
  "docs": "https://newmexicoliteracyproject.org/agents/mcp",
  "sourceCode": "https://newmexicoliteracyproject.org/mcp/nmlp-mcp/",
  "install": {
    "httpClient": "POST JSON-RPC requests directly to this URL.",
    "configSnippetExample": {
      "mcpServers": {
        "nmlp": {
          "url": "https://newmexicoliteracyproject.org/api/mcp"
        }
      }
    }
  },
  "toolsAvailable": [
    "nmlp_check_coverage",
    "nmlp_schedule_pickup",
    "nmlp_search_qa",
    "nmlp_get_donation_options",
    "nmlp_get_knowledge",
    "nmlp_get_business_card",
    "nmlp_get_archive",
    "nmlp_get_pillar_guides",
    "nmlp_identify_first_edition",
    "nmlp_decode_number_line",
    "nmlp_lookup_publisher_rules",
    "nmlp_search_titles",
    "nmlp_lccn_lookup",
    "nmlp_cd_lookup",
    "nmlp_vinyl_lookup",
    "nmlp_resolve"
  ]
}