INDIVIDUAL MCP TOOL
get_catalog_options
Get recognized and enabled types, authors, language codes and public subject labels.
LIVE ENDPOINT
https://mcp.balthasarspeyr.org/mcp
Connect to this endpoint to inspect the live schema for get_catalog_options and invoke it with your own arguments.
Indexed 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 server
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.balthasarspeyr-bibliography]
url = "https://mcp.balthasarspeyr.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"balthasarspeyr-bibliography": {
"type": "http",
"url": "https://mcp.balthasarspeyr.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: balthasarspeyr-bibliography
Remote MCP URL: https://mcp.balthasarspeyr.org/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": {
"balthasarspeyr-bibliography": {
"url": "https://mcp.balthasarspeyr.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"balthasarspeyr-bibliography": {
"type": "http",
"url": "https://mcp.balthasarspeyr.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "balthasarspeyr-bibliography",
"transport": "streamable-http",
"url": "https://mcp.balthasarspeyr.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_works— List public works with combinable filters, exact counts and optional facets.get_work— Get the complete bibliographic work record and all its public publications.list_publications— List publication summaries.get_publications— Get detailed publication records by filters.get_publication_text— Read the downloadable EPUB/PDF text in ordered sections.search_publication_text— Find literal phrases, ignoring case and accents, in a public publication's extracted EPUB/PDF text.get_download_links— Get existing download links, optionally checking availability.get_corpus_coverage— Get coverage and exclusions by author and original language under bibliography filters.