{
  "name": "findasaas",
  "description": "Inspect and manage your own findasaas listing: read it, design its custom detail page, and publish product updates. For directory search use the public REST API at /api/v1.",
  "version": "1.0.0",
  "documentation": "https://findasaas.com/developers",
  "transport": {
    "type": "streamable-http",
    "url": "https://findasaas.com/api/mcp"
  },
  "endpoint": "https://findasaas.com/api/mcp",
  "authentication": {
    "type": "oauth2",
    "authorization_servers": [
      "https://findasaas.com"
    ],
    "metadata": "https://findasaas.com/.well-known/oauth-authorization-server",
    "protected_resource": "https://findasaas.com/.well-known/oauth-protected-resource",
    "alternative": {
      "type": "bearer",
      "description": "Personal API key issued at /dashboard/api-keys."
    },
    "scopes": {
      "listings:read": "Read public directory listings and categories.",
      "listings:write": "Create and update listings you own.",
      "posts:read": "Read product updates on listings you own.",
      "posts:write": "Publish and edit product updates on listings you own."
    }
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    "list_my_listings",
    "get_listing",
    "get_page_config",
    "update_page_config",
    "toggle_custom_page",
    "list_listing_posts",
    "create_listing_post",
    "update_listing_post",
    "delete_listing_post"
  ]
}