import Link from 'next/link' import { GitHubStarCounter } from '@/components/github-star-counter' import { HeroSimulation2 } from '@/components/hero-simulation-2' import { SupplySideCTA } from '@/components/supply-side-cta' import { calendarBookingUrl, docsUrl, githubUrl, twitterUrl } from '@/lib/config' export default function TheSecondBestDamnLandingPageEver() { return ( <> {/* Hero section */}
{/*
*/}

Your API → Paid MCP, Instantly

Run one command to turn any MCP server or OpenAPI service into a paid MCP product,{' '} with built-in distribution to over 20k AI engineers.
{/* How it works section */}

How It Works

TODO
{/* Features section */}

Production-Ready and Extremely Flexible

Auth

Ship to production fast with Agentic's free, built-in authentication. Email & password, OAuth, GitHub, Google, Twitter, etc – if your origin API requires OAuth credentials, Agentic likely already supports it, and if not,{' '} let me know .

Stripe Billing

Charge for your MCP products with a flexible, declarative pricing model built on top of Stripe. Agentic supports almost any combination of fixed and{' '} usage-based billing models, both at the MCP level, at the tool-call level, and at the custom metric level (e.g., tokens, image transformations, etc).

Support both MCP and HTTP

All agentic products support being used both as a standard MCP server and as an extremely simple HTTP API. MCP is important for interop, discoverability, and future-proofing, whereas being able to call your agentic tools via simple{' '} HTTP POST requests makes tool use easy to debug and makes integration with existing LLM tool calling patterns a breeze. With Agentic, you get the best of both worlds, including future support for unreleased MCP features and related specs.

API keys

When a customer subscribes to your product, they're given a unique API key. MCP URLs are appended with this API key to correlate usage with their subscription. Customer HTTP tool calls use the same API key as a standard HTTP Authorization header.

Rate-limiting

All agentic products are protected by durable rate-limiting built on top of Cloudflare's global infrastructure. Customize the default rate-limits, change them based on a customer's pricing plan, or create custom tool-specific overrides. REST assured that your origin API will be safe behind Agentic's robust API gateway.

Caching

Opt-in to caching with familiar cache-control and{' '} stale-while-revalidate options. MCP tool calls include caching information in their _meta fields, providing parity with standard HTTP headers. All caching takes place in Cloudflare's global edge cache, and caching will only be enabled if you choose to enable it for your product or individual tools.

Analytics

Agentic tracks all tool calls for usage-based billing and analytics at a fine-grained level, so you can drill in and deeply understand how your customers are using your product.

Versioning

Just like Vercel, Agentic uses immutable deployments, so every time you make a change to your product's config, pricing, or docs, a unique preview deployment is created for that change. This enables instant rollbacks if there are problems with a deployment. Publishing deployments publicly uses semantic versioning ( semver), so your customers can choose how to handle breaking changes.

That's just the start

Check out our docs {' '} for more details on Agentic's MCP API gateway.

{/* Marketplace section */} {/*

MCP Marketplace

Coming soon...

*/} {/* Open source section */}

Agentic is 100% Open Source

Open source is very dear to my heart, and I couldn't be happier that Agentic is fully OSS. It's written in{' '} TypeScript and has a small but vibrant developer community.{' '} Check out the source on GitHub {' '} or{' '} ping me on Twitter with questions / feedback .

{/* Social proof section */}

TODO: social proof

TODO

{/* CTA section */}

Deploy Your MCP Today

) }