← ordinalmind.com

INDIVIDUAL MCP TOOL

wiki_get_field_status

Read-only wiki field coverage and status for a collection slug

ordinalmind.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ordinalmind.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for wiki_get_field_status 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

ordinalmind.com

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

  • help — Usage guide for this MCP server: recommended workflow, tool selection, and tier behavior
  • query_chronicle — Read-only chronicle query by inscription with filters and deterministic limits
  • search_collection_inscriptions — Read-only collection query with pagination and optional cache metadata enrichment
  • wiki_stats — Read-only global wiki counters, including seed-vs-published-shape page visibility
  • wiki_search_pages — Read-only wiki page search across all entity types with optional entity filter
  • wiki_list_pages — Read-only page inventory for public wiki content with pagination
  • wiki_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)