
L0 Py Blocks Mcp
Let your agent call Selise Blocks Cloud APIs and workflows through a hosted MCP remote instead of hand-writing integration glue.
Overview
Selise Blocks MCP is a MCP server for the Build phase that integrates your agent with Selise Blocks Cloud over authenticated streamable HTTP.
What is this MCP server?
- Hosted streamable HTTP MCP at https://ai.seliseblocks.com/mcp
- Selise Blocks Cloud integration surface for agent-driven operations
- Required secret header x-blocks-user-pat for user PAT authentication
- Python-oriented l0-py-blocks lineage with beta server release 1.0.0-beta.4
- Remote URL: https://ai.seliseblocks.com/mcp
- Required auth header: x-blocks-user-pat (secret)
- Server version 1.0.0-beta.4 per published schema
What problem does it solve?
Without MCP, wiring Selise Blocks Cloud into agent workflows means repetitive SDK calls and brittle one-off scripts.
Who is it for?
Solo builders and small teams shipping on Selise Blocks Cloud who want agent-native integration during feature work.
Skip if: Developers not on Selise Blocks or anyone unwilling to manage PAT secrets in the MCP client.
What do I get? / Deliverables
After registration, your agent can invoke Blocks Cloud capabilities through one remote endpoint using your PAT.
- Agent-callable Selise Blocks Cloud operations
- Authenticated remote MCP session against ai.seliseblocks.com
- Reduced custom glue code for Blocks-backed features
Recommended MCP Servers
Journey fit
Integration MCP servers belong on the Build shelf where backends and third-party clouds are wired into the product. Integrations is the canonical subphase for platform-specific cloud connectors with authenticated remotes.
How it compares
Selise Blocks Cloud connector MCP, not a generic IaC or multi-cloud skill.
Common Questions / FAQ
Who is Selise Blocks MCP for?
Builders using Selise Blocks Cloud who want their coding agent to perform cloud-backed actions through MCP.
When should I use Selise Blocks MCP?
Use it while building features that need live Blocks Cloud integration from Claude Code, Cursor, or similar MCP hosts.
How do I add Selise Blocks MCP to my agent?
Add remote https://ai.seliseblocks.com/mcp and supply the required secret header x-blocks-user-pat with your user PAT.