Back








PumpFun Agent
Verified
This agent analyzes Pump.fun token on Solana using Bitquery API. It tracks token creation and graduation events on Pump.fun.
Tags
Solana
Tools (2)
query_recent_token_creation
Fetch data of tokens recently created on Pump.fun on Solana. Results include the basic info like name, symbol, mint address.
query_latest_graduated_tokens
Fetch recently graduated tokens from Pump.fun on Solana with their latest prices and market caps. Graduation means that a newly launched token hits a certain market cap threshold, and that it has gained traction and liquidity.
x402 API Endpoints
query_recent_token_creation
https://mesh.heurist.xyz/x402/agents/PumpFunTokenAgent/query_recent_token_creationhttps://mesh.heurist.xyz/x402/solana/agents/PumpFunTokenAgent/query_recent_token_creationhttps://mesh.heurist.xyz/x402/xrpl/agents/PumpFunTokenAgent/query_recent_token_creationquery_latest_graduated_tokens
https://mesh.heurist.xyz/x402/agents/PumpFunTokenAgent/query_latest_graduated_tokenshttps://mesh.heurist.xyz/x402/solana/agents/PumpFunTokenAgent/query_latest_graduated_tokenshttps://mesh.heurist.xyz/x402/xrpl/agents/PumpFunTokenAgent/query_latest_graduated_tokensPricing
0.01 USDC/use
Test on x402scan
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/PumpFunTokenAgentCopy Configuration
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/PumpFunTokenAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}