54 MCP tools, zero setup

Your AI is limited.
Until now.

Give your agent superpowers — image processing, web scraping, document conversion and more — with a single URL.

Get Your Endpoint →
Scroll to explore

AI agents need tools.
Setup is painful.

Every new tool means another server, another config file, another thing to maintain. Your agent should be solving problems, not fighting infrastructure.

😩
  • Deploy & maintain tool servers
  • Manage Docker containers
  • Handle auth, rate limits, storage
  • Debug connection issues
  • Update dependencies constantly
54+
tools, ready to use
  • Zero configuration needed
  • Streamable HTTP & SSE protocols
  • Works with Claude, Cursor & more
  • Ephemeral & secure

RunTools gives them
54 tools. Instantly.

A plug-and-play MCP server that gives your AI agent everything it needs — image processing, document conversion, web scraping and more. No servers, no setup.

One endpoint.
Every tool.

Toggle the categories you need, copy the URL, paste it into your agent. That's the entire setup process.

Your MCP Endpoint
https://mcp.runtools.link/{YOUR_KEY}
🔍 Brave Search
6 tools View →
🧠 Memory
9 tools View →
📄 Pandoc
2 tools View →
🌐 Web
2 tools View →
🔑 Environment Variables
3 tools View →
📑 WeasyPrint
1 tool View →
💭 Sequential Thinking
1 tool View →
🗄️ Database
6 tools View →
📁 Filesystem
11 tools View →
📧 Email
11 tools View →
👤 Account
2 tools View →
🔍 Brave Search 6
🧠 Memory 9
📄 Pandoc 2
🌐 Web 2
🔑 Environment Variables 3
📑 WeasyPrint 1
💭 Sequential Thinking 1
🗄️ Database 6
📁 Filesystem 11
📧 Email 11
👤 Account 2

11 categories.
Infinite possibilities.

From images to PDFs, from web scraping to database queries — curated tool categories designed specifically for AI agents.

Set up in your favorite platform

Copy your MCP endpoint URL from the tool selector above, then follow the instructions for your platform. It only takes a minute.

Claude

Claude Desktop

Anthropic's official desktop app

  1. 1 Open Claude Desktop and go to SettingsDeveloperEdit Config
  2. 2 Add a new MCP server entry in the config file:
📄 claude_desktop_config.json
📋 Click to copy{ "mcpServers": { "runtools": { "type": "streamable-http", "url": "YOUR_URL_HERE" } } }
  1. 3 Save the file and restart Claude Desktop. The tools will appear automatically.
Cursor

Cursor

AI-powered code editor

  1. 1 Open Cursor and go to SettingsMCPAdd new MCP Server
  2. 2 Select Type: streamable-http and paste the URL. Or add it to your project's config file:
📄 .cursor/mcp.json
📋 Click to copy{ "mcpServers": { "runtools": { "type": "streamable-http", "url": "YOUR_URL_HERE" } } }
  1. 3 The tools will be available in your next Cursor chat session. No restart needed.
Windsurf

Windsurf

Codeium's AI IDE

  1. 1 Open Windsurf and go to CascadeMCP icon (hammer) → Configure
  2. 2 The config file will open. Add the server entry:
📄 mcp_config.json
📋 Click to copy{ "mcpServers": { "runtools": { "serverUrl": "YOUR_URL_HERE" } } }
  1. 3 Click Refresh in the MCP panel. The tools will appear in Cascade immediately.
VS Code

VS Code

GitHub Copilot MCP support

  1. 1 Make sure you have GitHub Copilot extension installed and MCP support enabled
  2. 2 Create a .vscode/mcp.json file in your project root:
📄 .vscode/mcp.json
📋 Click to copy{ "servers": { "runtools": { "type": "http", "url": "YOUR_URL_HERE" } } }
  1. 3 Open Copilot Chat and click Start on the MCP server prompt. The tools will appear in Agent mode.

Three steps. That's it.

From zero to a fully-equipped AI agent in under a minute.

1
Pick Your Tools
Toggle the categories you need. Your custom endpoint URL updates in real time.
2
Copy the URL
Grab your unique MCP endpoint and drop it into Claude, Cursor, or any compatible agent.
3
Start Building
Your agent instantly has access to all selected tools. No restarts, no config files.

Start free. Scale when ready.

No credit card required. Upgrade when your agent needs more power.

Free
$0 / month
Perfect for getting started and experimenting.
  • 54 tools included
  • 20 requests / hour
  • 10 MB ephemeral storage
  • Support
Get Started
Enterprise 🏢
Custom
For teams and organizations with advanced needs.
  • Everything in Pro
  • Unlimited storage
  • Custom rate limits
  • Dedicated support
  • SLA & custom integrations
Contact Sales →

Start Now

Give your AI agent 54 tools in seconds — no credit card, no servers, no config files.

Get Your Endpoint →
Tools

54 tools in 11 categories

Each category is an optimized toolset for any AI agent

🔍

Brave Search

Web, image, video, news, and local search powered by Brave. AI-powered summaries available.

6 tools
🧠

Memory

Persistent knowledge graph for AI agents. Store entities, relations, and observations across sessions.

9 tools
📄

Pandoc

Universal document conversion between formats: Markdown, HTML, LaTeX, Word, and 40+ more.

2 tools
🌐

Web

Web search with automatic provider fallback and URL fetching to markdown.

2 tools
🔑

Environment Variables

Persistent key-value storage for your AI agent. Store API keys, configs, and settings securely.

3 tools
📑

WeasyPrint

Convert HTML/CSS to PDF. Generate invoices, reports, tickets, or any styled document.

1 tool
💭

Sequential Thinking

Dynamic problem-solving through sequential thoughts. Break down complex problems, revise thinking, and branch into alternative approaches.

1 tool
🗄️

Database

Connect to MySQL, PostgreSQL, Redis, MongoDB, ClickHouse, or Elasticsearch and execute queries or commands. Connection URLs are stored securely via env_vars_set (MYSQL_URL, POSTGRES_URL, REDIS_URL, MONGODB_URL, CLICKHOUSE_URL, ELASTICSEARCH_URL).

6 tools
📁

Filesystem

Sandboxed file management. Read, write, edit, move, search, and organize files in your private storage.

11 tools
📧

Email

Send emails via SMTP. Configure multiple SMTP servers, create reusable templates with variables, send single or bulk emails with HTML support, and track delivery logs.

11 tools
👤

Account

View your runtools.link account information and manage your plan. Get your user hash, check your current plan, and request a Pro upgrade.

2 tools
FAQ

Common questions

Everything you need to know about MCP tools

What is MCP?

MCP (Model Context Protocol) is an open standard that allows AI agents to securely connect to external tools and data sources. It enables AI assistants like Claude and Cursor to perform actions beyond text generation, such as processing images, converting documents, or scraping web content.

What AI tools are compatible?

RunTools supports both MCP protocols: Streamable HTTP (the new stateless protocol) and SSE (Server-Sent Events, the legacy session-based protocol). This means it works with both older and newer MCP clients — including Cursor IDE, Claude Desktop, Windsurf, Continue.dev, and custom integrations. Simply paste your RunTools URL and the tools appear automatically in your AI assistant.

Is my data private?

Yes. Your public key is generated locally in your browser and never transmitted to our servers. We only store a cryptographic hash as your identifier. All files you upload are encrypted and stored in isolated volumes accessible only with your key. We use zero-knowledge architecture to ensure maximum privacy.

Do I need to install anything?

No installation required. RunTools is a hosted MCP server that works out of the box. Just copy your unique URL and paste it into your AI client's MCP configuration. The server handles all the heavy lifting — image processing, document conversion, and web scraping — without any local setup.

Contact

Get in touch

Have a question or suggestion? Send us a message.