← ordinalmind.com
INDIVIDUAL MCP TOOL
help
Usage guide for this MCP server: recommended workflow, tool selection, and tier behavior
LIVE ENDPOINT
https://ordinalmind.com/mcp
Connect to this endpoint to inspect the live schema for help 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.ordinalmind]
url = "https://ordinalmind.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ordinalmind": {
"type": "http",
"url": "https://ordinalmind.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ordinalmind
Remote MCP URL: https://ordinalmind.com/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": {
"ordinalmind": {
"url": "https://ordinalmind.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ordinalmind": {
"type": "http",
"url": "https://ordinalmind.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ordinalmind",
"transport": "streamable-http",
"url": "https://ordinalmind.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_chronicle— Read-only chronicle query by inscription with filters and deterministic limitssearch_collection_inscriptions— Read-only collection query with pagination and optional cache metadata enrichmentwiki_stats— Read-only global wiki counters, including seed-vs-published-shape page visibilitywiki_search_pages— Read-only wiki page search across all entity types with optional entity filterwiki_list_pages— Read-only page inventory for public wiki content with paginationwiki_get_page— Read-only exact wiki page fetch by slug (supports collection/inscription/artist/sat pages)wiki_list_fields— Read-only list of valid canonical wiki fields by entity type (preflight for write tools)wiki_get_field_status— Read-only wiki field coverage and status for a collection slug