← thesingulariti.ai

INDIVIDUAL MCP TOOL

report_conversion

Appends one attributed-transaction event to a log — the demo stub of the pay-on-real-acquisition loop.

thesingulariti.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://graviti.thesingulariti.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for report_conversion and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • match_intent — Takes a natural-language buyer question plus optional intent profile; returns recommendations ranked purely by fit score.
  • get_verified_claims — Structured claims for one brand: provenance URLs, freshness timestamps, corroboration counts, and verification status (verified means the brand pays for auditing — always disclosed).
  • category_landscape — Comparison-table view of every brand in a category across disclosed attributes, with verification status marked per entry.
  • get_accountability_log — Public, machine-readable log of every seal lifecycle change: flags, degradations, revocations, and restorations, with dates and reasons — plus confirmation-loop events (event: confirmation_request / confirmation_resolved), where the audit asked a brand to confirm a claim it couldn't re-verify: a visible ask, never a penalty.
  • get_ledger — Append-only version history of the index: each entry commits to the SHA-256 of the canonical index content and the previous entry's hash (rewriting history breaks every hash after it), is Ed25519-signed, and is anchored to Bitcoin via OpenTimestamps.
  • get_gap_report — What stands between a brand and top-of-category: attribute gaps vs the category leader, open flags, cohort blind spots per buyer-intent voice, and the ingredient/spec disclosure dimension — the brand's info_quality score with the exact publishable fixes that would raise it (publishing more truth, not paying Graviti).