Fluora MCP Logo

Fluora MCP

Official

Enables AI agents to discover and pay for monetized services such as PDF processing and DeFi operati...

15 views
0 installs
Updated Feb 19, 2026
Not audited
Tools I Recommend
Enables AI agents to discover and pay for monetized services such as PDF processing and DeFi operations using USDC on the Base blockchain. It provides automatic payment processing and secure local wallet management for seamless integration with MCP-compatible clients.
  1. Open the FastMCP connection interface

    • Click the "Install Now" button (or go to Add Server / Add Connection). This opens the FastMCP form where you can supply environment variables for the MCP server.
  2. Set MCP_TRANSPORT

    • Key: MCP_TRANSPORT
    • Value: either stdio (recommended) or sse
    • Example: stdio
    • Purpose: choose the transport the MCP server will use. (npmjs.com)
  3. Set FLUORA_API_URL

    • Key: FLUORA_API_URL
    • Value: https://api.fluora.ai/api (default / production); if running a local Fluora dev server, set to your local API URL.
    • Example: https://api.fluora.ai/api
    • Purpose: endpoint used by the MCP server for Fluora API calls. (npmjs.com)
  4. Set LOG_LEVEL

    • Key: LOG_LEVEL
    • Value: one of DEBUG, INFO, WARN, ERROR
    • Example: INFO
    • Purpose: controls server logging verbosity. Use DEBUG only when troubleshooting. (npmjs.com)
  5. Set ENABLE_UNSAFE_DIRECT_ACCESS

    • Key: ENABLE_UNSAFE_DIRECT_ACCESS
    • Value: false (default). Set to true only for local development/testing with caution.
    • Example: false
    • Purpose: toggles unsafe direct access mode (development-only). (npmjs.com)
  6. Set ENABLE_REQUEST_ELICITATION

    • Key: ENABLE_REQUEST_ELICITATION
    • Value: true (recommended).
    • Example: true
    • Purpose: enables human-in-the-loop usage control / purchase elicitation for services. (npmjs.com)
  7. Save and install the MCP server

    • After filling the keys above in the FastMCP interface, click Save / Install (the same dialog where you clicked "Install Now"). Start the server from FastMCP.
  8. Verify wallet auto-generation and back it up

    • After first run, the Fluora MCP auto-generates wallets at ~/.fluora/wallets.json. Back it up immediately:
      cp ~/.fluora/wallets.json ~/fluora-wallet-backup.json
      
    • Purpose: the file contains private keys for on-chain payments—losing it means losing funds. (npmjs.com)
  9. Fund the wallet to use paid services

    • Find your address in ~/.fluora/wallets.json (MAINNET or SEPOLIA entries) and transfer USDC on the Base network (or the Sepolia testnet for testing).
    • Recommended starter amount: ~$1 (many services cost $0.001–$0.02 each). (npmjs.com)
  10. Restart your MCP client

    • Restart Claude Desktop / VS Code / your MCP client so it loads the new MCP server configuration and environment variables.
  11. (Optional) Additional configuration notes

    • If you run a local Fluora API for development, set FLUORA_API_URL to your local address. See the Fluora docs/site for more details if needed. (npmjs.com)

Notes:

  • Fill each key/value pair into the FastMCP connection interface exactly as shown (case-sensitive keys).
  • If you need further documentation, consult the Fluora MCP README or the Fluora site for service specifics. (npmjs.com)

Quick Start

View on GitHub

More for Finance

View All →

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.