← htsapp.tech

INDIVIDUAL MCP TOOL

paid_api_info

Machine-readable description of the full paid API (endpoints, price, x402 payment).

htsapp.technone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.htsapp.tech/mcp

No auth detected

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

htsapp.tech

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.htsapp-crypto]
url = "https://mcp.htsapp.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "htsapp-crypto": {
      "type": "http",
      "url": "https://mcp.htsapp.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "htsapp-crypto": {
      "type": "http",
      "url": "https://mcp.htsapp.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "htsapp-crypto",
  "transport": "streamable-http",
  "url": "https://mcp.htsapp.tech/mcp"
}
MCP Inspector

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

Related tools

  • rug_scan_preview — Free PREVIEW of a memecoin rug/scam-risk scan for a token (EVM chains or Solana).
  • wallet_report_preview — Free PREVIEW of a wallet portfolio snapshot for any public address.