Developer

Publish your integration on Orchestration Hub

Bring your MCP-compatible integration to the platform so users can wire it in one click and use it from any MCP-compatible client.

1
Build an MCP-compatible server

Expose a streamable HTTP MCP endpoint at /mcp and support secrets from the x-encoded-secrets header as base64-encoded key/value pairs.

2
Package it to a Docker container

Run your integration in Docker and set the mcp_slug label. Use port 6270 by default or set mcp_port when needed.

3
Submit for review

Share your container details and vendor metadata with the platform team. After validation, your integration is enabled in the catalog for users to connect.

Developer Revenue

Earnings Calculator

Estimate payout by usage and developer tier.

Revenue Generated

$0.00

Developer Earnings

$0.00

Platform Margin

$0.00

Developer FAQ

Common questions

How do payouts work?

Payouts are based on usage and your verified developer tier (30%, 40%, or 50%).

What is required for listing approval?

We validate auth handling, schema quality, error behavior, and production readiness before enabling your listing.

Do I need to run on a specific port?

Use port 6270 by default, or set the mcp_port label when your integration uses a different port.

How are secrets passed to my server?

Secrets are sent via the x-encoded-secrets header as base64-encoded key/value data.