Fluora MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add fluora-mcp -- npx fluora-mcp
README.md

Monetized AI Agent Services with seamless blockchain payments.

🌟 Fluora MCP - Monetized AI Agent Services

Transform your AI agents into revenue-generating businesses with seamless blockchain payments.

Fluora MCP enables AI agents to discover, access, and pay for monetized services across the web. Built on blockchain technology with automatic payment processing using USDC on Base network.

🚀 Quick Start

Claude Desktop

Edit your Claude Desktop config file:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "fluora-registry": {
      "command": "npx",
      "args": ["fluora-mcp"],
      "env": {
        "ENABLE_REQUEST_ELICITATION": "true",
        "ELICITATION_THRESHOLD": "0.01"
      }
    }
  }
}

VS Code (Cline/Continue Extension)

Add to your VS Code MCP settings:

{
  "mcpServers": {
    "fluora-registry": {
      "command": "npx",
      "args": ["fluora-mcp"],
      "env": {
        "ENABLE_REQUEST_ELICITATION": "true",
        "ELICITATION_THRESHOLD": "0.01"
      }
    }
  }
}

Note: Exact location depends on your MCP extension (Cline vs Continue).

🦞 OpenClaw Integration

Install from GitHub for best compatibility:

# Clone and build
git clone https://github.com/fluora-ai/fluora-mcp.git
cd fluora-mcp
npm install
npm run build

# Add to mcporter
mcporter config add fluora --command "node /path/to/fluora-mcp/build/index.js"

# Verify installation

mcporter list fluora
mcporter call fluora.exploreServices category=PDF

OpenClaw users: The MCP server will be automatically available to your agent after adding it to mcporter.

🎬 What Happens After Install

When you first run fluora-mcp:

  1. ✅ A wallet is automatically generated at ~/.fluora/wallets.json
  2. ✅ The MCP server starts and loads the services on the fluora registry
  3. ✅ Your wallet addresses are ready:

   - Testnet (Base Sepolia): Check ~/.fluora/wallets.json    - Mainnet (Base): Check ~/.fluora/wallets.json

⚠️ IMPORTANT: Backup your wallet!

# Backup your wallet file (contains private keys)
cp ~/.fluora/wallets.json ~/fluora-wallet-backup.json

Next Steps:

  1. Fund your wallet (see Funding Your Wallet below)
  2. Restart Claude Desktop/VS Code to load the MCP server
  3. Ask your AI: "What services are available on Fluora?"

💰 Funding Your Wallet

To use paid services, you need USDC in your wallet.

For Production (Mainnet)

  1. Get your mainnet address:    ```bash

   cat ~/.fluora/wallets.json | grep -A 1 MAINNET    ```

  1. Transfer USDC on Base network    - Recommended: Transfer $1 to start    - Network: Base (not Ethereum mainnet!)    - Token: USDC

💡 Tip: Most services cost $0.001-0.02 per call, so $1 goes a long way!

✨ What You Get

  • 🔍 Service Discovery: Access 76+ monetized services (Browse All)

  - PDF Generation & Conversion   - DeFi Data & Analytics (Solana, Base)   - Web Scraping & Screenshots   - AI Research & Analysis

  • IG/Twitter Scraping   - And more...

  • 💳 Auto Payments: Seamless USDC transactions on Base blockchain

  • 🤖 AI Integration: Works with Claude Desktop, VS Code, OpenClaw, and any MCP client

  • 🔐 Secure Wallets: Auto-generated private keys stored locally

  • 📊 Real-time: Live service status, pricing, and availability

🎯 Core Features

Service Discovery


# Ask your AI agent:

"What PDF services are available via Fluora?"
"Show me DeFi operations under $1 on Fluora"
"Take a screenshot of <website URL> using Fluora "

Automatic Payments

  • USDC on Base: Testnet (Sepolia) and Mainnet support
  • Auto-signing: Transactions signed automatically
  • Instant settlement: Real-time payment verification
  • Secure storage: Private keys never leave your machine

Developer Experience

  • MCP Standard: Full Model Context Protocol compatibility
  • Multiple Transports: STDIO and Server-Sent Events (SSE)
  • Rich Logging: Winston-based logging with configurable levels
  • Error Handling: Graceful degradation and detailed reporting

🛠 Configuration

Environment Variables


MCP_TRANSPORT=stdio              		# stdio | sse
FLUORA_API_URL=https://api.fluora.ai/api # For local development
LOG_LEVEL=INFO                   		# DEBUG | INFO | WARN | ERROR
ENABLE_UNSAFE_DIRECT_ACCESS=false		# CAUTION! Only for development intent
ENABLE_REQUEST_ELICITATION=true			# Usage control over services

Where to put env vars:

  • Claude Desktop: Set in your shell profile (~/.zshrc or ~/.bashrc)
  • VS Code: Use extension settings or .env file
  • OpenClaw: Set in your shell or OpenClaw config

Wallet Setup

Wallets auto-gene

Tools (1)

exploreServicesDiscover and list available monetized services on the Fluora registry.

Environment Variables

MCP_TRANSPORTCommunication protocol (stdio or sse)
FLUORA_API_URLAPI endpoint for local development
LOG_LEVELLogging verbosity (DEBUG, INFO, WARN, ERROR)
ENABLE_UNSAFE_DIRECT_ACCESSEnable direct access for development
ENABLE_REQUEST_ELICITATIONUsage control over services

Configuration

claude_desktop_config.json
{"mcpServers": {"fluora-registry": {"command": "npx", "args": ["fluora-mcp"], "env": {"ENABLE_REQUEST_ELICITATION": "true", "ELICITATION_THRESHOLD": "0.01"}}}}

Try it

What services are available on Fluora?
What PDF services are available via Fluora?
Show me DeFi operations under $1 on Fluora
Take a screenshot of https://google.com using Fluora

Frequently Asked Questions

What are the key features of Fluora MCP?

Service discovery for 76+ monetized AI services. Automatic USDC payment processing on the Base blockchain. Secure local wallet management with auto-generated keys. Full Model Context Protocol compatibility. Real-time service status and pricing monitoring.

What can I use Fluora MCP for?

Automating PDF generation and conversion tasks for AI workflows. Accessing real-time DeFi data and analytics for Solana and Base. Performing web scraping and automated screenshots via AI agents. Integrating revenue-generating capabilities into custom AI agents.

How do I install Fluora MCP?

Install Fluora MCP by running: npx fluora-mcp

What MCP clients work with Fluora MCP?

Fluora MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Fluora MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare