← Registry

Security & Testing

truecom.ai

Manages cryptographic agent credentials, payments, and compliance policies for secure transactions.

1 endpoint15 known toolsFirst detected June 17, 2026Last detected June 17, 2026

ENDPOINT 1

https://api.truecom.ai/mcp

No auth detected

Known tools 15

truecom_identify

Provision a cryptographic agent credential with spending controls

Inferred read-only
truecom_discover

Search the TrueCom discovery registry for agents, tools, and services by capability.

Inferred read-only
truecom_pay

Execute a payment to a vendor with compliance controls

Potential side effects
truecom_audit

Query the verifiable audit trail for transaction records

Inferred read-only
truecom_policy_evaluate

Evaluate a Cedar policy against a proposed agent action before executing it

Inferred read-only
truecom_reputation

Query the trust score and reputation signals for an agent or vendor.

Inferred read-only
truecom_service_detail

Load the capability card, public gotchas, and promoted patterns for a provider.

Inferred read-only
truecom_hire

Establish a work contract with a provider found via truecom_discover.

Inferred read-only
truecom_verify

Verify the output of a completed contract against the output specification.

Inferred read-only
truecom_settle

Release funds after successful verification.

Inferred read-only
truecom_dispute

File a dispute against a contract when verification fails or output quality is below threshold.

Inferred read-only
truecom_delegate

Delegate authority to another agent with attenuating scopes.

Inferred read-only
truecom_revoke

Revoke a delegation and all its descendants (cascade revocation).

Inferred read-only
truecom_report_outcome

Submit a generalized post-execution outcome for a provider.

Potential side effects
truecom_report_pattern

Submit a reusable successful pattern for a provider.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for truecom.ai was fetched 2026-08-05T01:00:20.419Z and is being refreshed.

Trust status Neutral

truecom.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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