General Tools
ordinalmind.com
Provides read-only search, stats, and query tools for wiki pages, chronicles, and collection inscriptions.
ENDPOINT 1
https://ordinalmind.com/mcp
MCP server metadata
- Name
- ordinalmind
- Version
- 2.0.0
Known tools 10
helpUsage guide for this MCP server: recommended workflow, tool selection, and tier behavior
Inferred read-onlyquery_chronicleRead-only chronicle query by inscription with filters and deterministic limits
Inferred read-onlysearch_collection_inscriptionsRead-only collection query with pagination and optional cache metadata enrichment
Inferred read-onlywiki_statsRead-only global wiki counters, including seed-vs-published-shape page visibility
Inferred read-onlywiki_search_pagesRead-only wiki page search across all entity types with optional entity filter
Inferred read-onlywiki_get_pageRead-only exact wiki page fetch by slug (supports collection/inscription/artist/sat pages)
Inferred read-onlywiki_list_fieldsRead-only list of valid canonical wiki fields by entity type (preflight for write tools)
Potential side effectswiki_get_field_statusRead-only wiki field coverage and status for a collection slug
Inferred read-onlywiki_get_collection_contextRead-only collection context snapshot (consensus + optional graph summary)
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.