π οΈ CoinGecko tool MCP server πͺ all 9 operations
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Complete MCP server exposing all CoinGecko Tool operations to AI agents. Zero configuration needed - all 9 operations pre-built.
β‘ Quick Setup
- Import this workflow into your n8n instance
- Activate the workflow to start your MCP server
- Copy the webhook URL from the MCP trigger node
- Connect AI agents using the MCP URL
π§ How it Works
β’ MCP Trigger: Serves as your server endpoint for AI agent requests
β’ Tool Nodes: Pre-configured for every CoinGecko Tool operation
β’ AI Expressions: Automatically populate parameters via $fromAI() placeholders
β’ Native Integration: Uses official n8n CoinGecko Tool tool with full error handling
π Available Operations (9 total)
Every possible CoinGecko Tool operation is included:
π§ Coin (8 operations)
β’ Get a candlestick for a coin β’ Get a coin β’ Get many coins β’ Get history for a coin β’ Get market prices for a coin β’ Get market chart for a coin β’ Get the price for a coin β’ Get the ticker for a coin
π Event (1 operations)
β’ Get many events
π€ AI Integration
Parameter Handling: AI agents automatically provide values for: β’ Resource IDs and identifiers β’ Search queries and filters β’ Content and data payloads β’ Configuration options
Response Format: Native CoinGecko Tool API responses with full data structure
Error Handling: Built-in n8n error management and retry logic
π‘ Usage Examples
Connect this MCP server to any AI agent or workflow:
β’ Claude Desktop: Add MCP server URL to configuration β’ Custom AI Apps: Use MCP URL as tool endpoint β’ Other n8n Workflows: Call MCP tools from any workflow β’ API Integration: Direct HTTP calls to MCP endpoints
β¨ Benefits
β’ Complete Coverage: Every CoinGecko Tool operation available
β’ Zero Setup: No parameter mapping or configuration needed
β’ AI-Ready: Built-in $fromAI() expressions for all parameters
β’ Production Ready: Native n8n error handling and logging
β’ Extensible: Easily modify or add custom logic
> π Free for community use! Ready to deploy in under 2 minutes.
n8n Coingecko Tool MCP Server - All 9 Operations
This n8n workflow acts as a Model Context Protocol (MCP) server, designed to expose a "Coingecko Tool" to AI models. It simplifies the process of integrating Coingecko data retrieval capabilities into AI applications by providing a standardized interface.
What it does
This workflow serves as a foundational MCP server. While the current JSON only defines the trigger, in a complete implementation, it would typically:
- Listens for MCP Requests: The
MCP Server Triggernode waits for incoming requests from an AI model or another system adhering to the Model Context Protocol. These requests would specify the desired Coingecko operation (e.g., get price, list coins). - Processes Coingecko Operations: (Implicit in the name "Coingecko Tool - All 9 Operations") It would contain logic to handle various Coingecko API calls based on the incoming MCP request. This would involve making HTTP requests to the Coingecko API.
- Returns Results: After executing the Coingecko operation, the workflow would format the results according to the MCP specification and send them back to the requesting AI model.
Note: The provided JSON specifically shows the MCP Server Trigger node, indicating its role as the entry point for such a system. The actual implementation of the "9 operations" would reside in subsequent nodes connected to this trigger.
Prerequisites/Requirements
- n8n Instance: An active n8n instance to run this workflow.
- Coingecko API: While not explicitly configured in this minimal JSON, a connection to the Coingecko API would be required for the full functionality. No API key is typically needed for public Coingecko endpoints.
- AI Model/Application: An AI model or application capable of making requests to an MCP server and understanding its responses.
Setup/Usage
- Import the workflow:
- In your n8n instance, go to "Workflows".
- Click "New" -> "Import from JSON".
- Paste the provided JSON content and click "Import".
- Activate the workflow:
- Ensure the workflow is active by toggling the "Active" switch in the top right corner.
- Configure subsequent nodes (if implementing operations):
- Connect additional nodes to the
MCP Server Triggerto implement the specific Coingecko operations. This would typically involve:- Using
Switchnodes to route requests based on the operation specified in the MCP payload. - Using
HTTP Requestnodes to call the Coingecko API. - Using
SetorCodenodes to format the responses back into an MCP-compatible format.
- Using
- Connect additional nodes to the
- Expose the MCP Server: The
MCP Server Triggerwill automatically create an endpoint. You will need to provide this endpoint URL to your AI model or application so it can make requests.
Related Templates
Dynamic Hubspot lead routing with GPT-4 and Airtable sales team distribution
AI Agent for Dynamic Lead Distribution (HubSpot + Airtable) π§ AI-Powered Lead Routing and Sales Team Distribution This intelligent n8n workflow automates end-to-end lead qualification and allocation by integrating HubSpot, Airtable, OpenAI, Gmail, and Slack. The system ensures that every new lead is instantly analyzed, scored, and routed to the best-fit sales representative β all powered by AI logic, sir. --- π‘ Key Advantages β‘ Real-Time Lead Routing Automatically assigns new leads from HubSpot to the most relevant sales rep based on region, capacity, and expertise. π§ AI Qualification Engine An OpenAI-powered Agent evaluates the leadβs industry, region, and needs to generate a persona summary and routing rationale. π Centralized Tracking in Airtable Every lead is logged and updated in Airtable with AI insights, rep details, and allocation status for full transparency. π¬ Instant Notifications Slack and Gmail integrations alert the assigned rep immediately with full lead details and AI-generated notes. π Seamless CRM Sync Updates the original HubSpot record with lead persona, routing info, and timeline notes for audit-ready history, sir. --- βοΈ How It Works HubSpot Trigger β Captures a new lead as soon as itβs created in HubSpot. Fetch Contact Data β Retrieves all relevant fields like name, company, and industry. Clean & Format Data β A Code node standardizes and structures the data for consistency. Airtable Record Creation β Logs the lead data into the βLeadsβ table for centralized tracking. AI Agent Qualification β The AI analyzes the lead using the TeamDatabase (Airtable) to find the ideal rep. Record Update β Updates the same Airtable record with the assigned team and AI persona summary. Slack Notification β Sends a real-time message tagging the rep with lead info. Gmail Notification β Sends a personalized handoff email with context and follow-up actions. HubSpot Sync β Updates the original contact in HubSpot with the assignment details and AI rationale, sir. --- π οΈ Setup Steps Trigger Node: HubSpot β Detect new leads. HubSpot Node: Retrieve complete lead details. Code Node: Clean and normalize data. Airtable Node: Log lead info in the βLeadsβ table. AI Agent Node: Process lead and match with sales team. Slack Node: Notify the designated representative. Gmail Node: Email the rep with details. HubSpot Node: Update CRM with AI summary and allocation status, sir. --- π Credentials Required HubSpot OAuth2 API β To fetch and update leads. Airtable Personal Access Token β To store and update lead data. OpenAI API β To power the AI qualification and matching logic. Slack OAuth2 β For sending team notifications. Gmail OAuth2 β For automatic email alerts to assigned reps, sir. --- π€ Ideal For Sales Operations and RevOps teams managing multiple regions B2B SaaS and enterprise teams handling large lead volumes Marketing teams requiring AI-driven, bias-free lead assignment Organizations optimizing CRM efficiency with automation, sir --- π¬ Bonus Tip You can easily extend this workflow by adding lead scoring logic, language translation for follow-ups, or Salesforce integration. The entire system is modular β perfect for scaling across global sales teams, sir.
Track daily moods with AI analysis & reports using GPT-4o, Data Tables & Gmail
Track your daily mood in one tap and receive automated AI summaries of your emotional trends every week and month. Perfect for self-reflection, wellness tracking, or personal analytics. This workflow logs moods sent through a webhook (/mood) into Data Tables, analyzes them weekly and monthly with OpenAI (GPT-4o), and emails you clear summaries and actionable recommendations via Gmail. βοΈ How It Works Webhook β Mood β Collects new entries (π, π, or π©) plus an optional note. Set Mood Data β Adds date, hour, and note fields automatically. Insert Mood Row β Stores each record in a Data Table. Weekly Schedule (Sunday 20:00) β Aggregates the last 7 days and sends a summarized report. Monthly Schedule (Day 1 at 08:00) β Aggregates the last 30 days for a deeper AI analysis. OpenAI Analysis β Generates insights, patterns, and 3 actionable recommendations. Gmail β Sends the full report (chart + AI text) to your inbox. π Example Auto-Email Weekly Mood Summary (last 7 days) π 5 ββββββββββ π 2 ββββ π© 0 Average: 1.7 (Positive π) AI Insights: Youβre trending upward this week β notes show that exercise days improved mood. Try keeping short walks mid-week to stabilize energy. π§© Requirements n8n Data Tables enabled OpenAI credential (GPT-4o or GPT-4 Turbo) Gmail OAuth2 credential to send summaries π§ Setup Instructions Connect your credentials: Add your own OpenAI and Gmail OAuth2 credentials. Set your Data Table ID: Open the Insert Mood Row node and enter your own Data Table ID. Without this, new moods wonβt be stored. Replace the email placeholder: In the Gmail nodes, replace your.email@example.com with your actual address. Deploy and run: Send a test POST request to /mood (e.g. { "mood": "π", "note": "productive day" }) to log your first entry. β οΈ Before activating the workflow, ensure you have configured the Data Table ID in the βInsert Mood Rowβ node. π§ AI Analysis Interprets mood patterns using GPT-4o. Highlights trends, potential triggers, and suggests 3 specific actions. Runs automatically every week and month. π Security No personal data is exposed outside your n8n instance. Always remove or anonymize credential references before sharing publicly. π‘ Ideal For Personal mood journaling and AI feedback Therapists tracking client progress Productivity or self-quantification projects ποΈ Sticky Notes Guide π‘ Mood Logging Webhook POST /mood receives mood + optional note. β οΈ Configure your own Data Table ID in the βInsert Mood Rowβ node before running. π’ Weekly Summary Runs every Sunday 20:00 β aggregates last 7 days β generates AI insights + emails report. π΅ Monthly Summary Runs on Day 1 at 08:00 β aggregates last 30 days β creates monthly reflection. π£ AI Analysis Uses OpenAI GPT-4o to interpret trends and recommend actions. π Email Delivery Sends formatted summaries to your inbox automatically.
Create, update, and get a person from Copper
This workflow allows you to create, update, and get a person from Copper. Copper node: This node will create a new person in Copper. Copper1 node: This node will update the information of the person that we created using the previous node. Copper2 node: This node will retrieve the information of the person that we created earlier.