AI & Machine Learning
mapleflow.io
Provides various AI-powered tools including chat with multiple models, translation, weather, currency conversion, and image generation.
ENDPOINT 1
https://api.mapleflow.io/mcp
MCP server metadata
- Name
- mapleflow
- Version
- 0.12.0
Known tools 8
ai_chatSend a message to any of 30+ AI models (OpenAI, Anthropic, Google, Groq, xAI).
Potential side effectsai_embeddingsGenerate vector embeddings for text search and similarity comparison.
Inferred read-onlyCONNECT 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]
url = "https://api.mapleflow.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mapleflow": {
"type": "http",
"url": "https://api.mapleflow.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mapleflow
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": {
"url": "https://api.mapleflow.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mapleflow": {
"type": "http",
"url": "https://api.mapleflow.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mapleflow",
"transport": "streamable-http",
"url": "https://api.mapleflow.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mapleflow.io was fetched 2026-08-23T18:30:54.783Z and is being refreshed.
mapleflow.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.