← truecom.ai

INDIVIDUAL MCP TOOL

truecom_identify

Provision a cryptographic agent credential with spending controls

truecom.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

truecom.ai

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

.mcp.json

{
  "mcpServers": {
    "truecom-ai": {
      "type": "http",
      "url": "https://api.truecom.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "truecom-ai",
  "transport": "streamable-http",
  "url": "https://api.truecom.ai/mcp"
}
MCP Inspector

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

Related tools

  • truecom_discover — Search the TrueCom discovery registry for agents, tools, and services by capability.
  • truecom_pay — Execute a payment to a vendor with compliance controls
  • truecom_audit — Query the verifiable audit trail for transaction records
  • truecom_policy_evaluate — Evaluate a Cedar policy against a proposed agent action before executing it
  • truecom_reputation — Query the trust score and reputation signals for an agent or vendor.
  • truecom_service_detail — Load the capability card, public gotchas, and promoted patterns for a provider.
  • truecom_hire — Establish a work contract with a provider found via truecom_discover.
  • truecom_verify — Verify the output of a completed contract against the output specification.