pull/715/head
Travis Fischer 2025-06-28 06:27:40 -05:00
rodzic 09d119dcaf
commit 55deb5c86e
3 zmienionych plików z 18 dodań i 13 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ import Link from 'next/link'
import Zoom from 'react-medium-image-zoom'
import { DotsSection } from '@/components/dots-section'
import { ExampleAgenticConfigs } from '@/components/example-agentic-configs'
// import { ExampleAgenticConfigs } from '@/components/example-agentic-configs'
import { GitHubStarCounter } from '@/components/github-star-counter'
import { MCPGatewayFeatures } from '@/components/mcp-gateway-features'
import { PageContainer } from '@/components/page-container'
@ -47,19 +47,17 @@ export default function PublishingMCPsPage() {
</div>
<p className='text-sm max-w-2xl text-center'>
Deploy any MCP server or OpenAPI service to Agentic's MCP Gateway,
which handles auth, billing, rate-limiting, caching, etc. And
instantly turn your API into a paid MCP product that supports every
major LLM SDK and MCP client.{' '}
<Link href={docsPublishingUrl} className='link'>
Learn more
Deploy any MCP server or OpenAPI service to Agentic's MCP Gateway,
which handles auth, billing, rate-limiting, caching, etc. And
instantly turn your API into a paid MCP product that supports every
major LLM SDK and MCP client.
</Link>
.
</p>
</section>
{/* Config section */}
<section className='flex flex-col gap-8 mb-16'>
{/* Config section (TODO) */}
{/* <section className='flex flex-col gap-8 mb-16'>
<h2 className='text-center text-balance leading-snug md:leading-none text-3xl font-heading'>
Simple, Declarative Configuration
</h2>
@ -81,7 +79,7 @@ export default function PublishingMCPsPage() {
</Link>
.
</p>
</section>
</section> */}
{/* Features section */}
<section className='flex flex-col gap-8 md:gap-12 mb-16'>

Wyświetl plik

@ -5,7 +5,7 @@ export const isSafari =
export const title = 'Agentic'
export const description =
'Agentic is the app store for LLM tools. Publish any MCP server or OpenAPI service to a paid MCP gateway and offer your products to an audience of over 20k AI engineers.'
"Agentic is the App Store for LLM tools. Publish any MCP server or OpenAPI service Agentic's MCP gateway and instantly turn it into a paid MCP product."
export const domain =
process.env.NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL ?? 'agentic.so'
@ -46,7 +46,14 @@ export const keywords = [
'MCP server provider',
'MCP server deployment',
'OpenAPI to MCP',
'OpenAPI to MCP server'
'OpenAPI to MCP server',
'vercel ai sdk',
'ai sdk tools',
'langchain tools',
'llamaindex tools',
'openai tools',
'anthropic tools',
'gemini tools'
]
export const env =

Wyświetl plik

@ -122,7 +122,7 @@
},
"seo": {
"metatags": {
"keywords": "agentic, agentic tools, MCP, Model Context Protocol, MCP gateway, API gateway, MCP marketplace, MCP API gateway, MCP monetization, production MCPs, deploy MCPs, publish MCPs, ai, AI tools, AI agents, LLM tools, LLM function calling, LLM tool calling, MCP servers, MCP server provider, MCP server deployment, OpenAPI to MCP, OpenAPI to MCP server",
"keywords": "agentic, agentic tools, MCP, Model Context Protocol, MCP gateway, API gateway, MCP marketplace, MCP API gateway, MCP monetization, production MCPs, deploy MCPs, publish MCPs, ai, AI tools, AI agents, LLM tools, LLM function calling, LLM tool calling, MCP servers, MCP server provider, MCP server deployment, OpenAPI to MCP, OpenAPI to MCP server, vercel ai sdk, ai sdk tools, langchain tools, llamaindex tools, openai tools, anthropic tools, gemini tools",
"author": "Travis Fischer"
}
}