diff --git a/apps/web/src/app/publishing/page.tsx b/apps/web/src/app/publishing/page.tsx index 1461e30a..073c968c 100644 --- a/apps/web/src/app/publishing/page.tsx +++ b/apps/web/src/app/publishing/page.tsx @@ -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() {

- 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.{' '} - 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. - .

- {/* Config section */} -
+ {/* Config section (TODO) */} + {/*

Simple, Declarative Configuration

@@ -81,7 +79,7 @@ export default function PublishingMCPsPage() { .

-
+
*/} {/* Features section */}
diff --git a/apps/web/src/lib/config.ts b/apps/web/src/lib/config.ts index b53c1f6e..06a9504f 100644 --- a/apps/web/src/lib/config.ts +++ b/apps/web/src/lib/config.ts @@ -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 = diff --git a/docs/docs.json b/docs/docs.json index fd152090..accdbf4e 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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" } }