{
  "name": "Remery",
  "description": "AI-powered business assistant that automates complex workflows, manages social media, conducts research, and orchestrates multi-agent tasks for startups and growing businesses.",
  "version": "1.0.0",
  "mcp_endpoint": "https://remery.ai/api/mcp",
  "oauth_metadata": "https://remery.ai/.well-known/oauth-protected-resource",
  "categories": [
    "productivity",
    "business",
    "automation",
    "marketing",
    "research"
  ],
  "logo_url": "https://www.remery.ai/logo_light.svg",
  "privacy_policy_url": "https://remery.ai/privacy",
  "terms_of_service_url": "https://remery.ai/terms",
  "support_email": "hello@remery.ai",
  "website_url": "https://remery.ai",
  "documentation_url": "https://remery.ai/docs",
  "features": [
    "Long-running autonomous research projects",
    "Multi-platform social media campaign management",
    "Organization-specific workflow automation",
    "Complex multi-agent orchestration",
    "Private knowledge base queries with RAG",
    "Real-time task progress tracking",
    "Flexible authentication (API key, OAuth 2.1, or anonymous)",
    "Dynamic tool generation from integrations"
  ],
  "use_cases": [
    "Automate social media content creation and posting across Twitter, LinkedIn, and Bluesky",
    "Conduct comprehensive competitive analysis and market research",
    "Schedule and execute recurring business tasks",
    "Build and optimize websites with SEO best practices",
    "Query organization-specific knowledge repositories",
    "Coordinate multi-agent projects with approval workflows"
  ],
  "permissions": [
    "tasks.read",
    "tasks.write",
    "jobs.read",
    "jobs.write",
    "knowledge.read",
    "integrations.manage"
  ],
  "technical_details": {
    "protocol": "MCP 2024-11-05",
    "authentication": "Multiple methods: API Key (recommended), OAuth 2.1 with PKCE, or Anonymous",
    "authentication_methods": {
      "api_key": {
        "description": "Secure API key authentication with scope-based permissions",
        "header": "X-API-Key or Authorization: Bearer ath_live_...",
        "recommended": true,
        "get_key_url": "https://remery.ai/app/settings/developers"
      },
      "oauth": {
        "description": "OAuth 2.1 with PKCE for user-specific permissions",
        "discovery_url": "https://remery.ai/.well-known/oauth-authorization-server",
        "recommended": false
      },
      "anonymous": {
        "description": "Limited read-only access without authentication",
        "recommended": false,
        "limitations": "Basic read operations only"
      }
    },
    "components": "text/html+skybridge",
    "response_format": "Apps SDK compliant (structuredContent + content + _meta)",
    "real_time_updates": true,
    "async_execution": true,
    "configuration_schema": "https://remery.ai/.well-known/mcp-config"
  },
  "limits": {
    "max_concurrent_jobs": 10,
    "max_job_duration_minutes": 60,
    "rate_limit_requests_per_minute": 60
  },
  "contact": {
    "support_email": "hello@remery.ai",
    "website": "https://remery.ai/contact",
    "documentation": "https://remery.ai/docs/mcp"
  },
  "meta": {
    "created": "2025-10-20",
    "last_updated": "2025-10-20",
    "developer": "Remery",
    "license": "Proprietary",
    "status": "production"
  }
}
