{
    "name": "ForkPoint MCP discovery",
    "url": "https://forkpoint.com/mcp.json",
    "description": "Static discovery manifest for ForkPoint machine-readable resources and public actions.",
    "updated": "2026-04-16",
    "resources": [
        {
            "name": "LLMs.txt",
            "uri": "https://forkpoint.com/llms.txt",
            "mimeType": "text/plain",
            "description": "Concise site context and links for AI agents."
        },
        {
            "name": "Full LLM context",
            "uri": "https://forkpoint.com/llms-full.txt",
            "mimeType": "text/plain",
            "description": "Expanded site context, services, platforms, FAQ, and contact details."
        },
        {
            "name": "AI catalog",
            "uri": "https://forkpoint.com/ai-catalog.json",
            "mimeType": "application/json",
            "description": "Catalog of machine-readable resources and public actions."
        },
        {
            "name": "Brand profile",
            "uri": "https://forkpoint.com/brand.json",
            "mimeType": "application/json",
            "description": "Compact identity, services, platforms, and resource profile."
        },
        {
            "name": "Navigation",
            "uri": "https://forkpoint.com/navigation.json",
            "mimeType": "application/json",
            "description": "Primary navigation, solutions, and resource links."
        },
        {
            "name": "Humans",
            "uri": "https://forkpoint.com/humans.txt",
            "mimeType": "text/plain",
            "description": "Ownership, contact, and standards context."
        },
        {
            "name": "Sitemap index",
            "uri": "https://forkpoint.com/sitemap-index.xml",
            "mimeType": "application/xml",
            "description": "Sitemap index for crawlers."
        },
        {
            "name": "RSS feed",
            "uri": "https://forkpoint.com/rss.xml",
            "mimeType": "application/rss+xml",
            "description": "ForkPoint Insights — articles, case studies, and news."
        },
        {
            "name": "OpenAPI contact action",
            "uri": "https://forkpoint.com/openapi.json",
            "mimeType": "application/json",
            "description": "Public contact inquiry action schema."
        },
        {
            "name": "AI plugin manifest",
            "uri": "https://forkpoint.com/.well-known/ai-plugin.json",
            "mimeType": "application/json",
            "description": "ChatGPT-style plugin manifest referencing the OpenAPI contact action."
        }
    ],
    "tools": [
        {
            "name": "submit_forkpoint_inquiry",
            "description": "Submit a public project inquiry through the ForkPoint contact form. Use after collecting the user's name, email, and a description of their business context, friction, and desired outcome.",
            "inputSchema": {
                "type": "object",
                "required": ["name", "email", "message"],
                "properties": {
                    "name": { "type": "string", "description": "Sender name" },
                    "email": { "type": "string", "format": "email", "description": "Sender email" },
                    "company": { "type": "string", "description": "Sender company (optional)" },
                    "message": {
                        "type": "string",
                        "description": "Business context, friction, and desired outcome"
                    }
                }
            },
            "endpoint": "https://forkpoint.com/contact-us/",
            "method": "POST",
            "x-webmcp-safety": {
                "idempotent": false,
                "destructive": false,
                "requiresUserConsent": true
            }
        }
    ]
}
