bluefield
Agent tooling

Web tools your agents can call natively

Register Bluefield as an MCP server. Your agent gets search, scrape, map, crawl, and extract as native tools it can call the same way it calls any other function.

Register Bluefield as an MCP server in your agent config

{
  "mcpServers": {
    "bluefields": {
      "command": "npx",
      "args": ["-y", "@bluefields/mcp-server"],
      "env": { "BF_KEY": "bf_live_..." }
    }
  }
}

5

tools in one MCP server

What you need to get started

A Bluefield API keyThe TypeScript SDK or curlA free account