Vinkius
Poe

Poe MCP for AI. Manage AI Bots and Chain Model Responses from Code.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Poe MCP on Cursor AI Code EditorPoe MCP on Claude Desktop AppPoe MCP on OpenAI Agents SDKPoe MCP on Visual Studio CodePoe MCP on GitHub Copilot AI AgentPoe MCP on Google Gemini AIPoe MCP on Lovable AI DevelopmentPoe MCP on Mistral AI AgentsPoe MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

The Poe MCP Server manages your AI chatbot infrastructure directly through API calls. Use this to list, create, update, and delete bots on the Poe platform.

You can also monitor conversation history with `list_messages`, track usage stats via `get_bot_stats`, or chain responses between different models using `query_bot`.

What your AI can do

Create bot

Creates a new API bot on Poe using specified parameters like name, model, and base URL.

Delete bot

Permanently removes an existing Poe API bot. Be careful; this action loses all history and settings.

List available bots

Lists all publicly available bots on the Poe platform that your own bots can connect to and query.

+ 7 more capabilities included
Manage Bot Configurations

Create, update, or delete Poe API bots programmatically to control their settings.

Chain AI Model Responses

Run a bot query through multiple different models (GPT-4, Claude, etc.) and use the output from one model as input for the next.

Monitor Conversations

View detailed message logs and timestamps using list_messages to debug user interactions or analyze patterns.

Track Usage Metrics

Get quantitative data on bot performance, including total messages sent and unique users engaged with the bot (get_bot_stats).

Test Endpoints

Send simulated test messages using send_message to validate that a bot is correctly connected and responding.

Included with Plan

Waiting for input…

AI Agent

Poe MCP Server: 10 Tools for Bot Management & Orchestration

These ten tools let your AI agent manage the full lifecycle of bots on Poe—from creation to querying and performance tracking.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Poe on Vinkius

Create Bot

Creates a new API bot on Poe using specified parameters like name, model, and base URL.

Delete Bot

Permanently removes an existing Poe API bot. Be careful; this action loses all...

List Available Bots

Lists all publicly available bots on the Poe platform that your own bots can connect...

Get Bot Stats

Pulls usage statistics—like message counts and unique users—for any specified Poe...

Get Bot

Retrieves the detailed configuration and metadata for a single, specific Poe bot ID.

List Bots

Returns a comprehensive list of every bot you own under your connected Poe account.

List Messages

Fetches the recent conversation history, showing message content and timestamps for debugging or analysis.

Query Bot

Runs a specified bot on Poe, allowing you to chain its response into your current...

Send Message

Simulates a user sending a message to a Poe bot endpoint for quick connectivity...

Update Bot

Changes the configuration settings of an existing Poe bot, applying changes...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Poe integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Poe, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Poe MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Poe. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Checking bot performance shouldn't require jumping between five different dashboards.

Today, tracking an AI bot’s health means logging into the Poe dashboard. You have to navigate away from your main workflow, check the message tab for recent activity, and then find a separate 'Stats' section just to count unique users or total messages. It's clicks, copies, and context switching.

With this MCP server, all that data is available via API calls. Just run `list_messages` to see conversation details and use `get_bot_stats` for hard metrics—all from a single command line. You get the full operational picture without leaving your code editor.

Using Poe MCP Server: Chain responses between models in minutes.

Before this, if you wanted Model A to summarize data and then use that summary for a tone check by Model B, you had to export the output from one service and manually paste it into another. The process was slow, fragile, and prone to human error.

Now, your agent handles the whole thing: Model A runs, its structured response is captured, and then `query_bot` passes that exact data directly to Model B. It's a seamless, automated handoff from one AI model to the next.

What your AI can actually do with this

You're dealing with Poe—you need your AI agent to talk to it like it's just another service, not something you have to log into via a web dashboard. This server lets you manage and execute against all those bots programmatically. You don't wanna manually mess around on the site; you want your code to handle the whole thing.

Managing Your Bot Infrastructure

You can control the entire lifecycle of any Poe API bot using specific functions. Need a new bot? Use create_bot and specify all the parameters—the name, the model type, and the base URL—to get it set up right in your code. If you've got an existing bot that needs tweaks, run update_bot; it applies those changes immediately for any conversations that follow.

When a bot is dead weight or just obsolete, use delete_bot to pull it off the platform completely; remember, though, this action wipes out all history and settings, so you gotta be careful.

To check what's already running, run list_bots, which gives you a complete list of every bot under your connected Poe account. If you only care about one specific setup, use get_bot with the ID to pull up its detailed configuration and metadata for a quick review. You can also peep at all the publicly available bots on the platform that your own systems can connect to using list_available_bots.

Running Queries and Chaining Models

This is where the real power is. Forget running queries manually; you'll use query_bot to run a specified bot on Poe, allowing you to pull its response directly into your workflow. This lets you chain responses—say, getting GPT-4 to summarize a document, and then feeding that summary right into Claude for refinement or tone adjustment.

You can also test connectivity fast by running send_message, which simulates a user sending an actual message to the bot endpoint. If you want to just verify if a whole sequence of models works together, this function validates that connection point.

Monitoring and Debugging Data

You need hard data on how your bots are doing, right? You can pull usage statistics for any specified Poe bot using get_bot_stats. This gives you quantitative metrics like the total message count and the number of unique users who've actually interacted with it. If a bot starts acting weird or misses context, don't guess—use list_messages to fetch the recent conversation history.

It shows you every message content and the timestamps for serious debugging or if you just wanna analyze usage patterns.

The Bottom Line

In short, your agent uses this server to handle everything: it builds bots using create_bot, modifies them with update_bot or removes 'em with delete_bot; it runs complex logic by chaining models through query_bot; and you can track the whole performance picture—from message counts via get_bot_stats to specific conversation logs using list_messages.

You've got total programmatic control over your Poe chatbot infrastructure.

Built · Hosted · Managed by Vinkius Poe MCP Server - Manage AI Bots & Model Chaining
Server ID 019d846f-3ff7-72c5-8812-23100cc6ff8c
Vinkius Inspector
Compliance Grade A
Score 94.17/100
Vinkius Inspector Badge — Score 94.17/100

Questions you might have

How do I list all my bots using the Poe MCP Server? +

You call list_bots. This tool returns an array containing the name, handle, and status of every single bot configured under your Poe account.

What is `query_bot` used for in a workflow? +

query_bot allows you to run one specific bot (e.g., Claude) from another part of your code, using that bot's output as direct input data for the next step.

Can I test my bot without a real user? +

Yes. Use send_message. This tool simulates a user sending a message to the specified bot endpoint, letting you verify connectivity and response quality without generating actual history.

What if I need to change my bot's settings? +

Use update_bot. You provide the new configuration parameters (like a revised system prompt or model type) and the changes take effect immediately for all future conversations.

What API token do I need to use the `list_bots` tool? +

You must provide your Poe API access token from creator.poe.com. This token authenticates your connection and allows the agent to list all bots associated with your account.

How do I debug a bot that is giving unexpected responses using `list_messages`? +

Use list_messages to view recent conversations. This returns message content, timestamps, and user IDs, letting you analyze the exact input or response data for debugging.

Does `get_bot_stats` help me monitor performance bottlenecks? +

Yes, get_bot_stats provides usage statistics. You can track message counts, unique users, and average response times to spot where your bot needs optimization.

What is the risk of using the `delete_bot` tool? +

Be careful; this action removes a bot permanently. The API call deletes all associated conversation history and settings, so double-check before running it.

How do I get a Poe API access token? +

Go to creator.poe.com, navigate to Settings > API, and generate an access token. This token authenticates all API requests for bot management.

What AI models can I query through Poe? +

Poe has GPT-4, GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus, Llama 3, and dozens of specialized bots. Use query_bot to chain responses from multiple models in your workflows.

How does bot chaining work? +

Using Poe API v2, your bot can query any other bot on Poe for free. The response becomes input for your bot's processing. Costs are covered by the user's free message limit or subscription.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Poe. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.