{
  "name": "nmlp-mcp",
  "version": "0.1.0",
  "description": "Model Context Protocol HTTP endpoint for the New Mexico Literacy Project.",
  "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"
  ]
}