← performix.app

INDIVIDUAL MCP TOOL

get_book

Get the full grounded profile for one book/cluster record by slug (from list_books): the record's own argument (contrast-not-summary) plus metadata and cross-links.

performix.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://performix.app/api/mcp

No auth detected

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

performix.app

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.performix-site]
url = "https://performix.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "performix-site": {
      "type": "http",
      "url": "https://performix.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: performix-site
Remote MCP URL: https://performix.app/api/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": {
    "performix-site": {
      "url": "https://performix.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "performix-site": {
      "type": "http",
      "url": "https://performix.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "performix-site",
  "transport": "streamable-http",
  "url": "https://performix.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_guides — List the public, grounded capability guides published on performix.
  • get_guide — Get the full free content of one capability guide by slug (from list_guides): overview, every construct section (summary, why it matters, misconception/reality, how-to, watch-out-fors), open tensions in the corpus, and the sources grounding it.
  • list_books — List the performance-science reading corpus behind Performix — book/cluster profiles, each with a stance toward the CAMS diagnostic thesis (ally, orthodoxy, mixed, leave-out) and a one-line argument summary.