Quick Start

Get started with Unbrowse in 5 minutes using the Model Context Protocol (MCP).

1. Get API Key

Sign up at agent.unbrowse.aiarrow-up-right and generate an API key.

2. Install Unbrowse MCP Server

Unbrowse is integrated via the Model Context Protocol (MCP), which works with Claude Desktop, Continue.dev, and other MCP-compatible AI tools.

Install the Unbrowse MCP server from Smithery:

npx @smithery/cli install @lekt9/unbrowse-mcp --client claude

Or visit: https://smithery.ai/server/@lekt9/unbrowse-mcparrow-up-right

Manual Installation

Add to your MCP client configuration:

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "unbrowse": {
      "command": "npx",
      "args": ["-y", "@lekt9/unbrowse-mcp"],
      "env": {
        "UNBROWSE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Continue.dev (.continue/config.json):

3. Basic Usage

Once installed, your AI assistant can use Unbrowse abilities through natural language:

Example: LinkedIn Post

Example: Investment Research

4. Available MCP Tools

The Unbrowse MCP server provides these tools to your AI assistant:

Search for available abilities by natural language query.

Parameters:

  • query (string): What you want to do (e.g., "book flight", "post to LinkedIn")

  • limit (number, optional): Max results to return (default: 10)

Returns: List of matching abilities with descriptions and parameters.

unbrowse_execute

Execute a specific ability.

Parameters:

  • ability_id (string): ID of the ability to execute

  • params (object): Parameters required by the ability

Returns: Structured result from the ability execution.

5. How It Works Behind the Scenes

When your AI assistant uses Unbrowse:

spinner

6. Pricing

Usage fees are automatically handled by Unbrowse:

  • Search: $0.0001 per query (finding abilities)

  • Execute: $0.001 per action (running abilities)

Important: These fees are for using Unbrowse abilities, not for end-user purchases. For example:

  • Searching for flight abilities: $0.0001

  • Executing flight search ability: $0.001

  • Actual flight purchase: Handled by the airline's payment system (not Unbrowse)

Payment is handled automatically via your Unbrowse account balance. X402 smart contracts distribute fees:

  • 40% → Website owner

  • 40% → FDRY Treasury (buyback + burn)

  • 19% → Ability creator (indexer)

  • 1% → Infrastructure

7. Rate Limits

Free tier:

  • 1,000 searches/day

  • 100 executions/day

Pro tier:

  • 10,000 searches/day

  • 1,000 executions/day

Enterprise:

  • Unlimited (contact sales)

8. Error Handling

The MCP server handles errors gracefully and returns structured error information:

Common Use Cases

Social Media Management

Travel Booking

Data Research

Productivity

Next Steps


Questions? Join our Discordarrow-up-right

Last updated