2025-06-27 09:51:49 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
|
|
"name": "Agentic",
|
|
|
|
"theme": "maple",
|
|
|
|
"logo": {
|
|
|
|
"dark": "/media/agentic-logo-dark.svg",
|
|
|
|
"light": "/media/agentic-logo-light.svg"
|
|
|
|
},
|
|
|
|
"favicon": "/media/favicon.svg",
|
|
|
|
"background": {
|
|
|
|
"image": "/media/bg.png"
|
|
|
|
},
|
2025-06-27 16:10:25 +00:00
|
|
|
"appearance": {
|
|
|
|
"mode": "light",
|
|
|
|
"strict": true
|
|
|
|
},
|
2025-06-27 09:51:49 +00:00
|
|
|
"colors": {
|
|
|
|
"primary": "#0D969D",
|
|
|
|
"light": "#13D3DC",
|
|
|
|
"dark": "#0D969D"
|
|
|
|
},
|
|
|
|
"navbar": {
|
|
|
|
"links": [
|
|
|
|
{
|
2025-06-28 07:05:04 +00:00
|
|
|
"label": "Contact",
|
|
|
|
"href": "https://docs.agentic.so/contact",
|
|
|
|
"icon": "envelope"
|
2025-06-27 09:51:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"primary": {
|
|
|
|
"type": "button",
|
|
|
|
"label": "Dashboard",
|
|
|
|
"href": "https://agentic.so/app"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"banner": {
|
|
|
|
"content": "The new Agentic MCP Marketplace is now in public beta! 🎉",
|
|
|
|
"dismissible": true
|
|
|
|
},
|
|
|
|
"navigation": {
|
|
|
|
"tabs": [
|
|
|
|
{
|
|
|
|
"tab": "MCP Marketplace",
|
|
|
|
"groups": [
|
|
|
|
{
|
|
|
|
"group": "Getting Started",
|
2025-06-27 16:10:25 +00:00
|
|
|
"pages": ["index", "marketplace/index"]
|
2025-06-29 12:01:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"group": "TypeScript AI SDKs",
|
|
|
|
"pages": [
|
|
|
|
"sdks/ts/ai-sdk",
|
|
|
|
"sdks/ts/openai",
|
|
|
|
"sdks/ts/langchain",
|
|
|
|
"sdks/ts/llamaindex",
|
|
|
|
"sdks/ts/genkit",
|
|
|
|
"sdks/ts/mastra"
|
|
|
|
]
|
2025-06-27 09:51:49 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tab": "Publishing MCPs",
|
|
|
|
"groups": [
|
|
|
|
{
|
|
|
|
"group": "Getting Started",
|
2025-06-27 16:49:36 +00:00
|
|
|
"pages": ["publishing/index", "publishing/quickstart"]
|
2025-06-27 16:10:25 +00:00
|
|
|
},
|
|
|
|
{
|
2025-06-27 19:12:54 +00:00
|
|
|
"group": "Quick Start Guides",
|
2025-06-27 16:10:25 +00:00
|
|
|
"pages": [
|
|
|
|
"publishing/guides/existing-mcp-server",
|
|
|
|
"publishing/guides/existing-openapi-service",
|
2025-06-27 16:56:39 +00:00
|
|
|
"publishing/guides/ts-fastmcp",
|
2025-06-27 16:10:25 +00:00
|
|
|
"publishing/guides/ts-mcp-hono",
|
2025-06-27 16:56:39 +00:00
|
|
|
"publishing/guides/ts-openapi-hono",
|
|
|
|
"publishing/guides/py-fastmcp"
|
2025-06-27 16:10:25 +00:00
|
|
|
]
|
|
|
|
},
|
2025-06-27 16:49:36 +00:00
|
|
|
{
|
|
|
|
"group": "Origin Servers",
|
|
|
|
"pages": [
|
|
|
|
"publishing/origin/index",
|
|
|
|
"publishing/origin/metadata",
|
|
|
|
"publishing/origin/security"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2025-06-27 16:10:25 +00:00
|
|
|
{
|
2025-06-27 19:00:41 +00:00
|
|
|
"group": "Project Config",
|
2025-06-27 16:10:25 +00:00
|
|
|
"pages": [
|
|
|
|
"publishing/config/index",
|
|
|
|
"publishing/config/auth",
|
|
|
|
"publishing/config/pricing",
|
|
|
|
"publishing/config/rate-limits",
|
|
|
|
"publishing/config/caching",
|
2025-06-27 16:49:36 +00:00
|
|
|
"publishing/config/tool-config"
|
2025-06-27 16:10:25 +00:00
|
|
|
]
|
2025-06-27 09:51:49 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"global": {
|
|
|
|
"anchors": [
|
|
|
|
{
|
|
|
|
"anchor": "Agentic",
|
|
|
|
"href": "https://agentic.so",
|
|
|
|
"icon": "house"
|
|
|
|
},
|
|
|
|
{
|
2025-06-27 16:10:25 +00:00
|
|
|
"anchor": "MCP Marketplace",
|
2025-06-27 09:51:49 +00:00
|
|
|
"href": "https://agentic.so/marketplace",
|
|
|
|
"icon": "store"
|
|
|
|
},
|
|
|
|
{
|
2025-06-28 07:05:04 +00:00
|
|
|
"anchor": "Contact",
|
|
|
|
"href": "https://docs.agentic.so/contact",
|
|
|
|
"icon": "envelope"
|
2025-06-27 09:51:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"anchor": "GitHub",
|
|
|
|
"href": "https://github.com/transitive-bullshit/agentic",
|
|
|
|
"icon": "github"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"socials": {
|
|
|
|
"x": "https://x.com/transitive_bs",
|
|
|
|
"github": "https://github.com/transitive-bullshit/agentic"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"seo": {
|
|
|
|
"metatags": {
|
2025-06-28 11:27:40 +00:00
|
|
|
"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",
|
2025-06-27 09:51:49 +00:00
|
|
|
"author": "Travis Fischer"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|