Endpoint
Before you connect
You need:- A Genseo account and project.
- A project-bound API key from Project → Brand → API / Developer.
- An MCP client that supports Streamable HTTP or a local stdio process.
Claude Code
Create.mcp.json in your plugin or project configuration:
/mcp and verify the genseo connection.
Codex
Use an environment-backed Bearer token:Other MCP clients
Configure the same Streamable HTTP endpoint and send this request header from the client’s secure credential storage:Local stdio MCP
Install the Genseo CLI globally:genseo-mcp:
Verify the connection
Ask the agent:genseo_me and returns the authorized project. If the returned project is unexpected, stop and replace the credential before using write tools.
Available tools
Every tool includes a human-readable title and safety annotations that identify read-only and potentially destructive operations.
Required agent behavior
- Call
genseo_mebefore another Genseo tool. - Use only the returned project.
- Read a post before updating it.
- Prefer drafts before generation or publishing.
- Check integrations before publishing.
- Ask for confirmation before
genseo_posts_publishunless autonomous publishing was explicitly requested.
202 Accepted as successful queueing.

