INDIVIDUAL MCP TOOL
token-safety
Token safety check - rug pull risk, honeypot detection, liquidity analysis ($0.02 USDC per call)
LIVE ENDPOINT
https://agentpay.help/mcp
Connect to this endpoint to inspect the live schema for token-safety and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.agentpay]
url = "https://agentpay.help/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentpay": {
"type": "http",
"url": "https://agentpay.help/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentpay
Remote MCP URL: https://agentpay.help/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": {
"agentpay": {
"url": "https://agentpay.help/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentpay": {
"type": "http",
"url": "https://agentpay.help/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentpay",
"transport": "streamable-http",
"url": "https://agentpay.help/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
summarize— AI text summarization — crisp 250-word summary of any text up to 20k chars ($0.01 USDC per call)classify-insurance— Insurance lead classifier — intent, urgency, line of business, confidence ($0.02 USDC per call)sentiment— Sentiment analysis — positive/negative/neutral with emotions and keywords ($0.02 USDC per call)extract— Structured field extraction — key-value pairs from emails, forms, documents ($0.03 USDC per call)translate— Text translation — translate to any language ($0.03 USDC per call)code-review— AI code review — bugs, security, performance, quality score ($0.05 USDC per call)insurance-analysis— Full insurance analysis bundle — classification + field extraction + summary in one call ($0.10 USDC per call)wallet-risk— Wallet risk screening - OFAC sanctions, scam flags, tx patterns ($0.02 USDC per call)