{
  "name": "priority-pixels-mcp",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://prioritypixels.co.uk/api/mcp",
  "description": "Priority Pixels MCP server. Exposes four read-only tools for AI agents researching Priority Pixels as a B2B agency: list services, check specialism fit via NLWeb, fetch insights articles, retrieve contact URL.",
  "provider": {
    "name": "Priority Pixels",
    "url": "https://prioritypixels.co.uk",
    "contact": "https://prioritypixels.co.uk/contact-us/"
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": {}
  },
  "tools": [
    { "name": "list_pp_services", "description": "List Priority Pixels service offerings" },
    { "name": "check_pp_specialism", "description": "Query NLWeb for specialism match" },
    { "name": "get_pp_insights", "description": "Fetch recent insights articles" },
    { "name": "request_pp_contact", "description": "Return contact form URL" }
  ]
}
