INDIVIDUAL MCP TOOL
list_resources
List the official public Markdown, catalog and discovery resources for Astrivide Records.
LIVE ENDPOINT
https://astrivide-records.de/mcp
Connect to this endpoint to inspect the live schema for list_resources 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.astrivide-records-catalog]
url = "https://astrivide-records.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"astrivide-records-catalog": {
"type": "http",
"url": "https://astrivide-records.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: astrivide-records-catalog
Remote MCP URL: https://astrivide-records.de/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": {
"astrivide-records-catalog": {
"url": "https://astrivide-records.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"astrivide-records-catalog": {
"type": "http",
"url": "https://astrivide-records.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "astrivide-records-catalog",
"transport": "streamable-http",
"url": "https://astrivide-records.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— Search verified public Astrivide Records entities by text, type, project scope and language.get_entity— Return one verified public catalog entity by its stable entity ID or canonical URL.