Ambivo
OfficialIntegrates with Ambivo's CRM API to enable natural language querying of leads, contacts, opportuniti...
Log in to your Ambivo account or admin dashboard (the Ambivo API base URL is referenced as https://goferapi.ambivo.com). (juheapi.com)
Find the API / Developer / Integrations settings (look for sections named “API Keys”, “Developer”, “Integrations”, or “API Tokens”) and create or view an API credential. Ambivo’s MCP server expects a JWT Bearer token for authentication (the README says the token should be a valid JWT from Ambivo API authentication). (juheapi.com)
Copy the credential you obtain:
- If you are given a JWT token directly, copy that token.
- If you are given an API key (not a JWT), copy the API key — some Ambivo integrations use API keys which may need to be exchanged for a JWT or accepted directly by the MCP server depending on your Ambivo account. If Ambivo docs show a “generate token” or “exchange API key for token” endpoint, follow that flow to get a JWT. (pipedream.com)
Open the FastMCP connection interface (click your “Install Now” button to add ENVs).
In the FastMCP ENVs form, set the authentication environment variable(s):
- Preferred: AMBIVO_AUTH_TOKEN =
(this name is commonly used for prepopulating the token). (glama.ai) - If Ambivo provided only an API key and your deployment expects that, also try AMBIVO_API_KEY =
. - Do not include extra whitespace or surrounding quotes when pasting the token.
- Preferred: AMBIVO_AUTH_TOKEN =
Save/Install via the “Install Now” button in the FastMCP interface to apply the ENV values.
Verify the server/client authentication:
- If needed, run the MCP tool call to set the token at runtime (use the server’s set_auth_token tool) with the same JWT you added to the ENVs:
{ "tool": "set_auth_token", "arguments": { "token": "" } }. (juheapi.com)
- If needed, run the MCP tool call to set the token at runtime (use the server’s set_auth_token tool) with the same JWT you added to the ENVs:
Test a query (for example, call the natural_query tool) to confirm the token works:
- Example: { "tool": "natural_query", "arguments": { "query": "Show me leads created this week", "response_format": "both" } }. (juheapi.com)
Secure the token: treat it as a secret (do not commit to source control), restrict access in FastMCP to trusted users, and rotate the token per your organization’s security policy.
If you cannot find a way to generate a JWT in your Ambivo dashboard, contact Ambivo support or check Ambivo developer/docs for the “API keys” or “token” generation instructions — some Ambivo integrations expose an API-key-to-JWT exchange in their docs. (pipedream.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Analytics and Data
View All →Excel
Unlock powerful Excel automation with this MCP server that reads and writes Excel files effortlessly. It supports text, formulas, sheet creation, and works with XLSX, XLSM, XLTX, and XLTM formats. Windows users benefit from live editing and screen capture features. The server offers tools to describe sheets, read cell ranges with pagination, write values or formulas, create tables, and copy sheets. Configurable paging limits help manage large data efficiently. Designed for seamless Excel data manipulation, it enhances workflow automation and integration with other systems through the Model Context Protocol.
Meta Ads
Unlock AI-driven insights and control for your Meta ad campaigns across Facebook and Instagram. Meta Ads MCP enables large language models to analyze performance, visualize creatives, and provide strategic recommendations through a unified interface. Manage campaigns, ad sets, and ads with actionable feedback on budget allocation, targeting, and creative improvements. Compatible with any MCP client and supports comprehensive campaign management on all Meta platforms. Leverage automated monitoring, creative optimization, and detailed performance metrics to maximize your advertising impact effortlessly.
Gemini CLI
Integrates with Google's Gemini CLI to leverage massive token windows for analyzing large files and codebases, providing general queries, sandbox-mode code execution for safe testing, and structured response handling with behavioral flags for context control.
MCP Server Chart
Generate 25+ diverse chart types effortlessly with MCP Server Chart powered by AntV. This TypeScript-based server supports area, bar, line, pie, radar, Sankey, word cloud, and many other charts, including geographic visualizations specific to China. It enables clear and interactive display of data trends, distributions, relationships, and hierarchies. Flexible tool filtering and record management features enhance customization and monitoring. Perfect for visualizing complex datasets, MCP Server Chart integrates smoothly with various MCP tools and environments, providing developers with a powerful, easy-to-use chart generation solution to communicate data visually and effectively.