← newmexicoliteracyproject.org
INDIVIDUAL MCP TOOL
nmlp_get_archive
Get NMLP's donation archive entries as structured Book records.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nmlp-mcp]
url = "https://newmexicoliteracyproject.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nmlp-mcp": {
"type": "http",
"url": "https://newmexicoliteracyproject.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nmlp-mcp
Remote MCP URL: https://newmexicoliteracyproject.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nmlp-mcp": {
"url": "https://newmexicoliteracyproject.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nmlp-mcp": {
"type": "http",
"url": "https://newmexicoliteracyproject.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nmlp-mcp",
"transport": "streamable-http",
"url": "https://newmexicoliteracyproject.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
nmlp_check_coverage— Check whether NMLP picks up books at a given five-digit US ZIP code.nmlp_schedule_pickup— Submit a real free book pickup request to NMLP.nmlp_search_qa— Search NMLP's long-tail Q&A reference (85+ entries) by keyword.nmlp_get_donation_options— Get the comparison matrix of every Albuquerque book donation option (NMLP, Goodwill, Savers, Better World Books, Friends of APL, Habitat ReStore, regional pulper).nmlp_get_knowledge— Get the aggregated NMLP Knowledge Base (donor archetypes, routing tracks, condition grades, decision framework, donor glossary, named partners, coverage tiers).nmlp_get_business_card— Get NMLP's canonical business entity card — address, phone, services, area served, languages.nmlp_get_pillar_guides— Get NMLP's pillar guide manifest — 60+ Southwest author/publisher authentication and pricing guides.nmlp_identify_first_edition— Identify whether a specific book is a first edition.