{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "venzo-technologies",
    "version": "1.0.0",
    "description": "MCP server for Venzo Technologies — trade finance consulting firm. Provides access to company information, services, blog content, and careers.",
    "homepage": "https://www.venzotechnologies.com/",
    "contact": {
      "url": "https://www.venzotechnologies.com/contact-us"
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://www.venzotechnologies.com/api/mcp"
  },
  "capabilities": {
    "resources": true,
    "tools": false,
    "prompts": false
  },
  "resources": [
    {
      "uri": "venzo://services",
      "name": "Services",
      "description": "List of all Venzo Technologies services with descriptions",
      "mimeType": "application/json"
    },
    {
      "uri": "venzo://about",
      "name": "About",
      "description": "Company overview, mission, and team information",
      "mimeType": "text/markdown"
    },
    {
      "uri": "venzo://blog",
      "name": "Blog",
      "description": "Trade finance and technology insights articles",
      "mimeType": "application/json"
    }
  ],
  "authentication": {
    "required": false
  }
}
