← Registry

AI & Machine Learning

thesapientcompany.com

Provides access to Sapient brain-response analysis lenses, scan history, and API wallet management.

1 endpoint6 known toolsFirst detected July 6, 2026Last detected August 8, 2026

ENDPOINT 1

https://www.thesapientcompany.com/mcp

No auth detected

MCP server metadata

Name
sapient
Version
0.4.1
Capabilities
tools
Server instructions

Sapient brain-response scans. Call demo_scan (no login) to see a real readout, list_lenses for the lenses, then authenticate and use run_scan / get_scan / my_wallet / my_history on your own account.

Known tools 6

list_lenses

List the 4 selectable Sapient lenses with one-line descriptions.

Inferred read-only
demo_scan

See a REAL Sapient brain-response readout on a preloaded sample video, NO login required.

Inferred read-only
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.

Inferred read-only
my_history

List your scan history (most recent first), org-scoped.

Inferred read-only
get_scan

Fetch one scan by id (org-scoped).

Inferred read-only
run_scan

Submit content to Sapient and get a brain-response scan.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.