← agentranking.io

INDIVIDUAL MCP TOOL

check_card_eligibility

Card spend eligibility for a wallet via the configured issuer adapter.

agentranking.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://agentranking.io/api/mcp

No auth detected

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

agentranking.io

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

.mcp.json

{
  "mcpServers": {
    "agentranking": {
      "type": "http",
      "url": "https://agentranking.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_agents — Search the AgentRanking public index by name, description, owner, chain, archetype, verification, or skills.
  • get_agent — Fetch a public AgentRanking profile by chainId and agentId.
  • get_top_agents — Top agents by Agent Rank.
  • get_trust_scores — Bulk Trust Oracle payloads for up to 20 wallets.
  • get_agent_reputation — Trust Oracle for one wallet: registration, verification tier, trust score, reports, and a caution/proceed recommendation.
  • get_verified_status — Public verification flags for an agent plus the operator credential when KYC is currently valid (AR-… public id).
  • get_agent_credential — Public operator credential for an agent.
  • get_agent_risk — Public Agent Risk Oracle by owner wallet.