We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brockwebb/open-census-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•333 B
"""Quarry extraction toolkit for Census methodology documents.
This package provides tools for extracting structured knowledge from Census
methodology PDFs into a Neo4j quarry database using Docling for PDF parsing
and direct Anthropic API calls for LLM extraction.
See README.md for usage instructions.
"""
__version__ = "0.1.0"