INDIVIDUAL MCP TOOL
platform_stats
Aggregate public activity for SolanaForge: total tokens launched, launches in the last 24 hours, unique creators, and the most recent launches.
LIVE ENDPOINT
https://solanaforge.app/mcp
Connect to this endpoint to inspect the live schema for platform_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
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.solanaforge]
url = "https://solanaforge.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solanaforge": {
"type": "http",
"url": "https://solanaforge.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solanaforge
Remote MCP URL: https://solanaforge.app/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": {
"solanaforge": {
"url": "https://solanaforge.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solanaforge": {
"type": "http",
"url": "https://solanaforge.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solanaforge",
"transport": "streamable-http",
"url": "https://solanaforge.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tokens— List tokens launched publicly through SolanaForge (Solana SPL, TON Jettons, BNB BEP-20), newest first.get_token— Get the full public record for one token launched via SolanaForge, by its Solana mint address (name, symbol, supply, metadata, revoked authorities, creator, permalink).pricing_and_chains— Get SolanaForge's supported chains, token standards, platform fees, wallets, creation URLs, and referral program details.list_guides— List SolanaForge's published guides and articles about creating tokens on Solana, TON, and BNB Smart Chain.get_guide— Read the full markdown body of one SolanaForge guide by its slug.