data_and_analytics MCP tool; responses are read-only — no wallet signing or on-chain transactions.
The sample web app includes a Portfolio & Price predefined specialist agent (?serviceAgent=portfolio) tuned for balances, spot prices, charts, and — when CoinGecko is enabled — richer market and on-chain datasets via data_and_analytics.
Plans
Get keys from CoinGecko (Demo or Pro depending on your plan).
Dashboard setup
- Open Agentic Stack → Integrations for your application.
- Enable CoinGecko.
- Select plan (
demoorpro) and paste your API key. - Save — credentials are encrypted server-side and included in agent validation for MCP calls.
CoinGecko credentials are stored per application, not per end user. All agents under that app share the integration when enabled.
MCP tool: data_and_analytics
Requires CoinGecko enabled in Integrations. If disabled, the tool returns COINGECKO_NOT_ENABLED with setup instructions.
Aggregated market actions (CoinGecko API)
On-chain actions (GeckoTerminal)
Example
tools/call (application API key — include agent_id when required):
Portfolio & Price specialist chat
In the sample web app, open chat with?serviceAgent=portfolio (or pick Portfolio & Price from the agent category picker). The backend:
- Filters tools to read-only portfolio and market calls
- Injects Portfolio-specific system prompts (no transfers, swaps, or paid APIs)
- Uses wallet tools (
get_balance,get_token_price,token_chart, etc.) for holdings and simple prices - Uses
data_and_analyticswhen CoinGecko is enabled for global markets, trending, gainers/losers, and GeckoTerminal on-chain data
The Portfolio agent is read-only. For transfers use
?serviceAgent=transfer; for swaps use Uniswap, LiFi, Jupiter, or 1inch agents.get_token_price vs data_and_analytics
Enable CoinGecko when agents need market tables, trending lists, historical charts beyond
token_chart, or on-chain pool analytics.
Errors
Related
Third-party integrations
BYOK overview, architecture, and deployment.
MCP tools reference
Full tool catalog including
data_and_analytics.Full-stack integration
Sample backend + web app with category agents and chat.
Dashboard setup
Agentic Stack navigation and Integrations tab.