{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.finestructure/finemail",
  "title": "FineMail",
  "description": "Hosted FineMail MCP for inboxes, threads, drafts, attachments, webhooks, domains, and security.",
  "version": "2.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://finemail.app/api/mcp",
      "authentication": {
        "type": "oauth2",
        "authorizationServer": "https://app.finestructure.ai",
        "scopes": ["email:read", "email:write"]
      },
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer token created by a Fine Structure account owner, for example: Bearer fse2_mcp_<token>",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "docs": "https://finemail.app/for-ai-agents/",
      "manifest": "https://finemail.app/api/mcp/finemail/manifest",
      "openapi": "https://finemail.app/openapi.json",
      "agentCard": "https://finemail.app/.well-known/agent-card.json",
      "agentPage": "https://finemail.app/for-ai-agents/",
      "llmsTxt": "https://finemail.app/llms.txt",
      "llmsFullTxt": "https://finemail.app/llms-full.txt",
      "authentication": "OAuth 2.1 authorization-code with PKCE or a bearer token created by a Fine Structure account owner. Credentials are revocable and scoped to FineMail read/write permissions.",
      "publicationStatus": "registry-registration-pending",
      "publicationNote": "Publisher metadata only. This file does not claim that FineMail is currently approved or listed by a third-party MCP registry."
    }
  }
}
