Odel
OokCite

OokCite

Local
@turtletech-ehf2RustMITUpdated 2w ago

Catch fabricated citations: verify DOIs/ISBNs and format them in 2900+ CSL styles.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@turtletech/ookcite-mcpv0.6.1

Run

npx -y @turtletech/ookcite-mcp

MCP client config

{
  "mcpServers": {
    "ookcite": {
      "command": "npx",
      "args": [
        "-y",
        "@turtletech/ookcite-mcp"
      ]
    }
  }
}