Documents
Connect with AI
Use Fluere MCP from Codex, Claude, Cursor, or another agent.
Fluere MCP lets an AI assistant walk a user through account creation, OTP verification, Agent Access, Token Supply, CRD operations, consumer API keys, usage records, settlements, withdrawals, and account settings.
The first MCP configuration does not need an Agent Access token. Use two prompts: first install Fluere MCP and restart your AI Agent, then continue Fluere onboarding.
First-run MCP configuration
{
"mcpServers": {
"fluere": {
"url": "https://fluere.io/api/mcp/fluere"
}
}
}Prompt 1: install Fluere MCP
You are helping me connect Fluere to this AI workspace.
Use the Fluere connection configuration shown on this page to add Fluere to my AI environment.
Use customer-facing language. Do not mention internal tool names, access credentials, connection details, or configuration syntax unless I explicitly ask.
Do not try to create my Fluere account yet. After Fluere is added, tell me to restart my AI Agent, IDE, or desktop client. After restart, I will send the onboarding prompt.Prompt 2: continue Fluere onboarding
After restart, the agent can call Fluere MCP tools. It should start registration or login OTP, ask the user for the code, and complete verification. The successful response returns agentAccessToken.
Now continue Fluere onboarding. Do not assume I am already signed in.
Use customer-facing language. Do not mention internal tool names, access credentials, connection details, or configuration syntax unless I explicitly ask.
Help me:
1. Create or find my Fluere account.
2. Ask for my email verification code when needed.
3. Complete the permission step so you can continue managing Fluere for me.
4. For sensitive actions, explain the impact and wait for my explicit confirmation before calling the tool.After Agent Access is issued
{
"mcpServers": {
"fluere": {
"url": "https://fluere.io/api/mcp/fluere",
"headers": { "Authorization": "Bearer <agentAccessToken>" }
}
}
}- Agent Access lets AI manage the Fluere account. It is not a consumer API key.
- The agent must request explicit confirmation before buying CRD, signing supply agreements, disabling keys or sources, changing payout details, or initiating withdrawals.
- Users without an AI agent can register manually first and create Agent Access later from Settings.