← mapleflow.io

INDIVIDUAL MCP TOOL

ai_chat

Send a message to any of 30+ AI models (OpenAI, Anthropic, Google, Groq, xAI).

mapleflow.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

mapleflow.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mapleflow-io]
url = "https://api.mapleflow.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mapleflow-io": {
      "type": "http",
      "url": "https://api.mapleflow.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mapleflow-io
Remote MCP URL: https://api.mapleflow.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mapleflow-io": {
      "url": "https://api.mapleflow.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mapleflow-io": {
      "type": "http",
      "url": "https://api.mapleflow.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mapleflow-io",
  "transport": "streamable-http",
  "url": "https://api.mapleflow.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • translate — Translate text between 75+ languages with auto-detection.
  • weather — Get current weather for any city or coordinates worldwide.
  • currency — Get live currency exchange rates and convert between 160+ currencies.
  • ai_images — Generate images from text prompts using Flux models.
  • ai_speech — Convert text to natural-sounding speech audio.
  • ai_transcribe — Transcribe audio to text with timestamps using Whisper.
  • ai_embeddings — Generate vector embeddings for text search and similarity comparison.