← councilof.ai

INDIVIDUAL MCP TOOL

receipts_batch

PAID (x402 or CSOAI LTD invoice).

councilof.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://councilof.ai/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "csoai-gspc-mcp": {
      "type": "http",
      "url": "https://councilof.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "csoai-gspc-mcp",
  "transport": "streamable-http",
  "url": "https://councilof.ai/mcp"
}
MCP Inspector

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

Related tools

  • board_totals — Live GSPC board totals from https://councilof.ai/api/gspc.
  • get_axis — One axis row from the live GSPC board at https://councilof.ai/api/gspc: n, accuracy, interval, MEASURED or UNMEASURED status, family, and dates.
  • verify_card — Verify a signed gspc.measurement-card under the published rule (https://councilof.ai/signed/HOW-TO-VERIFY.md): recompute the id from the canonical body bytes, then check the Ed25519 signature under the PINNED key published at did:web:csoai.org#card-attestation-1.
  • list_cards — The published signed-card index (https://councilof.ai/signed/card_index.json): what the index declares (n_cards) and how many rows it actually carries, reported next to — never reconciled with — the count the card store endpoint (https://councilof.ai/api/cards) reports for itself.
  • get_root — GET the permissionless public-root at https://councilof.ai/root.json.
  • get_card — GET one public-root card-v0 leaf by sha256 (64 hex) from https://councilof.ai/cards/{sha16}.json.
  • verify_inclusion — Check a sha256 against the live public-root merkle via GET /api/proof?sha=.
  • x402_trust — GET the latest x402 catalog trust snapshot: counts of how many catalogued x402 resources open a correct 402 challenge vs how many are phantom on the wire.