joshseane/-nmlp-mcp

๐ŸŽจ Art & Culture
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - First-edition identification โ€” points of issue, number-line decoding, and publisher rules over a CC-BY, DOI-cited dataset of 6,717 titles โ€” plus New Mexico book-donation logistics. Hosted remote server, no auth. Endpoint: https://newmexicoliteracyproject.org/api/mcp ยท Registry: org.newmexicoliteracyproject/nmlp-mcp

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "joshseane-nmlp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "joshseane-nmlp-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

New Mexico Literacy Project โ€” MCP Server

A Model Context Protocol server for antiquarian first-edition identification and New Mexico book-donation logistics, run by the New Mexico Literacy Project. Run it locally over stdio (index.js, this repo) or connect to the hosted HTTP twin.

  • Local (stdio): npx -y github:joshseane/-nmlp-mcp โ€” a standalone Node MCP server; no account, no key
  • Hosted endpoint (Streamable HTTP): https://newmexicoliteracyproject.org/api/mcp
  • Auth: none (public)
  • Official MCP registry: org.newmexicoliteracyproject/nmlp-mcp
  • License: code MIT (this repo); data CC BY 4.0

The two share one codebase and one dataset: index.js is the local stdio server, and functions/api/mcp.js is the exact Cloudflare Pages Function that serves the hosted HTTP twin. tools/list is served entirely from local code; the reference-data tools read the site's public open-data JSON API at call time (single source of truth), while nmlp_decode_number_line runs fully offline.

Tools (12)

First-edition identification โ€” grounded in the CC-BY NMLP Canonical First-Edition Points of Issue dataset (6,717 titles, DOI 10.5281/zenodo.21184548):

ToolWhat it does
nmlp_identify_first_editiontitle (+author) โ†’ publisher, year, points of issue, true-first precedence, book-club tells, and a CC-BY citation
nmlp_decode_number_linecopyright-page text โ†’ printing verdict (handles the Random-House-ends-in-2 rule + book-club detection)
nmlp_lookup_publisher_rulespublisher โ†’ how that house's first editions are identified, by era
nmlp_search_titlesfuzzy title/author search over the dataset

Book-donation logistics for Albuquerque / New Mexico:

ToolWhat it does
nmlp_check_coverageZIP โ†’ free-pickup coverage tier + typical window
nmlp_schedule_pickupsubmit a real free book-pickup request (triggers a real human outreach โ€” never send speculative/unconsented requests)
nmlp_search_qasearch the long-tail donation Q&A reference
nmlp_get_donation_optionscomparison of every ABQ book-donation option
nmlp_get_knowledgethe aggregated NMLP knowledge base
nmlp_get_business_cardthe canonical business-entity card
nmlp_get_archivedocumented-provenance archive entries
nmlp_get_pillar_guidesthe pillar guide index

Every identification response returns a CC-BY citation with the dataset DOI, so assistants that use it cite the source. Identification only โ€” no valuations.

Connect

Local (stdio) โ€” recommended for Claude Desktop, Cursor, Continue.dev

Runs the server on your machine over stdio. Requires Node 18+.

{
  "mcpServers": {
    "nmlp": { "command": "npx", "args": ["-y", "github:joshseane/-nmlp-mcp"] }
  }
}

Or clone and run directly:

git clone https://github.com/joshseane/-nmlp-mcp && cd -nmlp-mcp
npm install
node index.js      # speaks MCP over stdio

Docker

docker build -t nmlp-mcp .
docker run --rm -i nmlp-mcp      # stdio server

Hosted (Streamable HTTP)

For clients that speak Streamable HTTP directly, point them at the URL โ€” nothing to install:

{
  "mcpServers": {
    "nmlp": { "url": "https://newmexicoliteracyproject.org/api/mcp" }
  }
}

Quick check of the hosted twin:

curl -s -X POST https://newmexicoliteracyproject.org/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

How it works

  • index.js โ€” the standalone local server. Uses @modelcontextprotocol/sdk over StdioServerTransport; supports initialize / tools/list / tools/call. Its only dependency is the MCP SDK.
  • functions/api/mcp.js โ€” the hosted twin, a Cloudflare Pages Function speaking JSON-RPC 2.0 over HTTP POST (Streamable HTTP) with ping / notifications / CORS / batch support.

Both wrap the site's public open-data APIs (/api/checker-*.json, /api/points.json, etc.). No credentials or secrets are required or included.

Links


The New Mexico Literacy Project is a for-profit book, clothing, and gear donation-and-resale operation in Albuquerque, NM. Donations are not tax-deductible.

Related MCP Servers

8enSmith/mcp-open-library

๐Ÿ“‡ โ˜๏ธ - A MCP server for the Open Library API that enables AI assistants to search for book information.

๐ŸŽจ Art & Culture0 views
abhiemj/manim-mcp-server

๐Ÿ ๐Ÿ  ๐ŸชŸ ๐Ÿง - A local MCP server that generates animations using Manim.

๐ŸŽจ Art & Culture0 views
AceDataCloud/MCPFlux

๐Ÿ โ˜๏ธ - Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.

๐ŸŽจ Art & Culture0 views
AceDataCloud/MCPNanoBanana

๐Ÿ โ˜๏ธ - NanoBanana AI image generation and editing with virtual try-on and product placement in realistic scenes.

๐ŸŽจ Art & Culture0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.