← tokaipulse.com

INDIVIDUAL MCP TOOL

get_tokens

Get live Printr Launchpad tokens with real-time prices, market caps, 24h volume, and buy links.

tokaipulse.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://tokaipulse.com/api/mcp

No auth detected

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

tokaipulse.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_ecosystem_snapshot — Get aggregate real-time stats for the entire Printr Launchpad ecosystem: total market cap, 24h trading volume, number of active tokens, and average 24h price change across all chains (Solana, Ethereum, Base, BNB, Arbitrum, Avalanche, Mantle, Monad).
  • get_staking_positions — Get active POB (Proof of Belief) staking positions for Printr ecosystem tokens.
  • get_launches — Get the latest Printr bonding-curve token launches with graduation percentage (how full the curve is).
  • lookup_token — Look up a specific Printr or Solana/EVM token by its contract address (CA).
  • get_volume_session_status — Get live status and stats for a TokaiFlow volume session.