Capability | Details |
---|---|
Tool calls | OpenAI Responses API · Anthropic Messages API |
Multi-server support | Connect multiple MCP servers in a single Ask AI node |
Authentication | OAuth Bearer tokens |
Server | Streamable HTTP · Server-Sent Events (SSE) |
Supported models | GPT-4.1 · Claude 3.7 Sonnet · Claude 4 Sonnet |
Ask AI + MCP | Native MCP node | |
---|---|---|
Configuration | Toggle inside Ask AI directly | Guided wizard |
Multi-server support | Connect multiple servers | One server per node |
Tool calls | Selected at run-time by the model | Defined in node script |
Recommended for | Flexible or evolving tasks | Stable, repeatable jobs |
Confirmation prompt | Not available | Optional |
Error handling | Controlled in the prompt | Built-in retries & guards |
Note: Since Gumloop already provides native integrations for popular services like GitHub, Salesforce, Slack, Gmail, and Hubspot, the Ask AI MCP feature is most valuable for accessing specialized or niche services that aren’t covered by our standard node library.
Field | Description | Example |
---|---|---|
URL | The MCP server endpoint (must start with https://) | https://mcp.stripe.com |
Label | Unique identifier for this server | stripe-production |
Authorization Token | OAuth Bearer token (if required) | sk_live_... (optional) |
Connect to MCP Server
and test with the Ask AI
nodeask_question
tool to query the repositorylist_customers
…”Issue | Checklist |
---|---|
Cannot connect | URL correct? HTTPS? Token valid? Server up? |
Auth failure on call | Token expired / wrong scope? |
AI ignoring tools | Mention tool names or clarify goal. |
Issue | Checklist |
---|---|
Tool conflicts | Check if similar tool names exist across servers |
AI confusion with tools | Be more explicit about which server to use |