{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
    "name": "pl.grafiduo/grafiduo",
    "title": "Grafiduo",
    "description": "Read-only MCP server for Grafiduo: company profile, service catalogue, plugin catalogue with pricing and FAQ, and the machine-readable resource map.",
    "version": "1.0.0",
    "websiteUrl": "https://grafiduo.pl/",
    "documentationUrl": "https://grafiduo.pl/developers/",
    "repository": {
        "url": "https://grafiduo.pl/developers/",
        "source": "website"
    },
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://grafiduo.pl/mcp",
            "transport": "streamable-http"
        }
    ],
    "protocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
    ],
    "authentication": {
        "type": "none"
    },
    "tools": [
        {
            "name": "getCompanyProfile",
            "description": "Company profile, contact details, languages, the project process and hints on when this studio is (and is not) the right answer."
        },
        {
            "name": "listServices",
            "description": "The service catalogue. Project services are scoped individually and have no public price list."
        },
        {
            "name": "listProducts",
            "description": "Off-the-shelf WordPress, WooCommerce and PrestaShop plugins with their pricing plans."
        },
        {
            "name": "getProductDetails",
            "description": "One plugin with its full pricing plans and FAQ. Pass the id returned by listProducts."
        },
        {
            "name": "getAgentResources",
            "description": "URLs of llms.txt, agents.md, the A2A agent card, the ARD manifest, the OpenAPI document, the developer portal and the sitemap."
        }
    ]
}