← thesapientcompany.com

INDIVIDUAL MCP TOOL

my_wallet

Check your API wallet: prepaid deposit balance, this month's free credit remaining, total available, and an estimate of how many scans remain.

thesapientcompany.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.thesapientcompany.com/mcp

No auth detected

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

thesapientcompany.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.sapient]
url = "https://www.thesapientcompany.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sapient": {
      "type": "http",
      "url": "https://www.thesapientcompany.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sapient
Remote MCP URL: https://www.thesapientcompany.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": {
    "sapient": {
      "url": "https://www.thesapientcompany.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sapient": {
      "type": "http",
      "url": "https://www.thesapientcompany.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sapient",
  "transport": "streamable-http",
  "url": "https://www.thesapientcompany.com/mcp"
}
MCP Inspector

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

Related tools

  • list_lenses — List the 4 selectable Sapient lenses with one-line descriptions.
  • demo_scan — See a REAL Sapient brain-response readout on a preloaded sample video, NO login required.
  • my_history — List your scan history (most recent first), org-scoped.
  • get_scan — Fetch one scan by id (org-scoped).
  • run_scan — Submit content to Sapient and get a brain-response scan.