{
  "markdown": "# @aurentiaai/mcp-server\n\nMCP (Model Context Protocol) server for [Aurentia](https://aurentia.fr) — the French AI platform for entrepreneurs, agencies, freelancers and teams (business modules, CRM, pipeline, tasks, deliverables, social media, AI agents…). This server exposes your Aurentia workspace as MCP tools for Claude, Cursor, and any MCP-compatible client, so your AI assistant can read your data and act on your behalf.\n\n## Recommended: the remote server (OAuth, nothing to install)\n\nThe fastest way to connect is the hosted remote server — OAuth 2.1 + PKCE, no API key to copy:\n\n```\nhttps://app.aurentia.fr/api/mcp/aurentia\n```\n\nPaste that URL in any MCP client that supports remote servers (Claude, Cursor…). Your client will open an Aurentia authorization page, you approve, done. Tokens are short-lived and refreshed automatically.\n\nClaude Code:\n\n```bash\nclaude mcp add --transport http aurentia https://app.aurentia.fr/api/mcp/aurentia\n```\n\n## This package: local stdio server (manual API key)\n\nUse the stdio variant if your client only supports local servers, or if you prefer a static token:\n\n```bash\nnpx @aurentiaai/mcp-server\n```\n\n1. Generate a personal API key in **Mon Compte → Intégrations** (it starts with `aur_`).\n2. Configure your client, e.g. Claude Desktop:\n\n```json\n{\n  \"mcpServers\": {\n    \"aurentia\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@aurentiaai/mcp-server\"],\n      \"env\": {\n        \"AURENTIA_API_KEY\": \"aur_xxx\"\n      }\n    }\n  }\n}\n```\n\nEnvironment variables:\n\n| Variable | Required | Default | Purpose |\n|---|---|---|---|\n| `AURENTIA_API_KEY` | yes | — | Personal API key (`aur_*`) |\n| `AURENTIA_URL` | no | `https://entrepreneurs.aurentia.fr` | API base URL override |\n\n## Requirements\n\n- Node.js ≥ 18\n- An Aurentia account with a Pro or Scale plan (the MCP surface is a paid-tier feature)\n\n## Links\n\n- Product: https://aurentia.fr\n- Endpoint discovery: https://app.aurentia.fr/.well-known/oauth-authorization-server\n- llms.txt: https://app.aurentia.fr/llms.txt",
  "bytes": 2007,
  "sha": "cb0f169f929155c2489574ce58ea33f2040212d8812561f86cb6077fc92b7421",
  "repo_slug": "aurentiafr/aurentia-app-v2",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_fr_aurentia_mcp_server_6cc040a1/readme"
}