Roblox for AI agents
Use, build, and monetize agent tools from one gateway.
Koncrate is the controlled app layer for AI agents: users connect once, agents discover approved tools, and developers publish MCP plugins with custom surfaces, metering, policy, and future payouts handled by the platform.
Live catalog
Plugins are the product, not just hidden tool schemas.
1. Users connect once
Add the gateway as a remote MCP server. In Claude Code:
claude mcp add --transport http koncrate …
Or, for clients that take a JSON config:
{ … }
That's it — no per-plugin endpoints. One connection, scoped to your workspace.
2. Agents request tools, humans approve exposure
On connect, the gateway tells the agent its policy and exposes self-serve tools. No prompt engineering required:
Recommend plugins
koncrate_recommend_plugins
Find catalog plugins that fit the current task.
Request install
koncrate_request_install
Ask to install a plugin — a human approves before tools appear.
Scaffold plugin
koncrate_scaffold_plugin
Generate a manifest + a deployable backend skeleton from a short spec.
Publish plugin
koncrate_publish_plugin
Submit a finished plugin to the catalog for review.
3. Developers publish tools people can feel
A Koncrate plugin can expose MCP tools for agents and a custom dashboard surface for humans. The result feels closer to installing a small SaaS app than wiring a raw API endpoint.
Custom pages
Plugins can bring their own workspace views or sandboxed app surfaces.
Remote runtimes
Business logic stays behind the developer's backend and gateway checks.
Shared economy
Usage metering and pricing metadata prepare the path to one bill and payouts.
- Scaffold. Describe your tools; get a manifest and a Cloudflare Workers backend skeleton.
- Implement & deploy. Fill in each tool's logic and deploy your own backend (starts at $0).
- Publish. Submit the manifest. Once reviewed, it's installable by everyone.
- Get paid. Set your price; calls flow through the gateway, metered and audited.
You own the business logic and the backend. Koncrate owns discovery, auth, policy, confirmation, audit, and billing.
Pricing
For users
Connecting and installing plugins is free. You pay only for paid plugins you use.
For developers
You set your own price — free, per-call, or monthly. Koncrate adds a small platform fee on top and handles metering, so you focus on the tool.
Billing is rolling out; the first cohort of plugins is free to publish.