← anonymous-credit-tokens.info

INDIVIDUAL MCP TOOL

get_stats

Issuer stats: nullifiers recorded per scheme, challenges consumed.

anonymous-credit-tokens.infonone authenticationAvailability not checked

LIVE ENDPOINT

https://anonymous-credit-tokens.info/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

anonymous-credit-tokens.info

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.anonymous-credit-tokens-info]
url = "https://anonymous-credit-tokens.info/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anonymous-credit-tokens-info": {
      "type": "http",
      "url": "https://anonymous-credit-tokens.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anonymous-credit-tokens-info
Remote MCP URL: https://anonymous-credit-tokens.info/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": {
    "anonymous-credit-tokens-info": {
      "url": "https://anonymous-credit-tokens.info/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anonymous-credit-tokens-info": {
      "type": "http",
      "url": "https://anonymous-credit-tokens.info/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anonymous-credit-tokens-info",
  "transport": "streamable-http",
  "url": "https://anonymous-credit-tokens.info/mcp"
}
MCP Inspector

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

Related tools

  • get_params — Issuer parameters and public key for a scheme ('act' classical or 'pq' post-quantum): epoch, key, PoW schedule, limits.
  • check_nullifier — Whether a 32-byte hex nullifier has been spent under a scheme.