{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "feedjolt",
    "version": "1.0.0",
    "title": "Feedjolt MCP Server",
    "description": "Programmatic access to Feedjolt feedback posts, boards, and comments via the Model Context Protocol."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.feedjolt.com/mcp/"
  },
  "authentication": {
    "types": [
      "oauth2",
      "bearer",
      "api-key"
    ],
    "oauth2": {
      "resourceMetadataUrl": "https://api.feedjolt.com/.well-known/oauth-protected-resource/mcp"
    },
    "apiKey": {
      "header": "X-API-Key"
    }
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "documentation": "https://www.feedjolt.com/en/docs/developers/mcp"
}
