# Jetpack > Jetpack for Agents — an all-in-one extensive set of modern tools for the agentic era. Jetpack is an MCP server that gives AI agents instant access to messaging, email, phone calls, AI generation, web browsing, code execution, memory, and more. One install, every tool. ## Tools - [messaging.text]: Send and receive iMessage, RCS, and SMS. Your agent gets its own phone number. - [email]: Send and receive emails. Your agent gets its own @jetpack.now address. - [ai.image]: Create, edit, upscale, and analyze images. Uses Nano Banana 2 and Magnific. - [memory]: Remember and recall facts across conversations. Ranks #1 on LongMemEval-S (81.6%). - [code]: Run Python code in fast isolated sandboxes. Supports input/output files and auto-installs imported packages. - [sandbox]: Spin up fast ephemeral VMs. Debian 13 with common packages pre-installed. - [skills]: Discover and use agent skills on demand. Dynamically loaded into context, always up to date. - [document]: Parse, extract, and create documents. Supports PDFs, DOCX, XLSX, PPTX, and more. - [agi]: Delegate hard problems to the most capable reasoning model in existence. Uses Gemini 3.1 Pro Deep Think. - [browser]: Browse the web, interact with pages, extract data and take screenshots. - [payments.card]: Create virtual cards with spending limits, merchant locks and expiration. - [phone]: Make human-like phone calls with natural language instructions. - [web]: Search Google and fetch web pages as markdown. - [messaging.whatsapp]: Send and receive WhatsApp messages. Your agent gets its own WhatsApp number. - [ai.video]: Create and upscale videos. Uses Seedance 2.0 and Magnific. - [ai.music]: Generate music from text prompts. Uses Suno v5. - [voice]: Generate speech from text and transcribe audio. Uses Inworld TTS 1.5 Max and ElevenLabs. - [media]: Convert, download and analyze media files. - [files]: Upload, search, and manage files. Persistent storage with semantic search. - [translate]: Translate text, audio, and video into another language. Uses ElevenLabs. - [documentation]: Get latest documentation and code examples for any library. - [data.finance]: Look up stock and crypto prices, financials and company data. - [data.weather]: Get current weather conditions and forecasts for any location on Earth. - [data.news]: Search live news across thousands of sources worldwide. Uses Google News. - [data.research]: Search and read full academic papers. Supports arXiv, PubMed, and Semantic Scholar. - [kv]: Key-value store for persisting structured data across sessions. - [tasks]: Schedule one-time or recurring tasks. - [vault.secrets]: Manage API keys, tokens and other credentials. Secrets are stored encrypted at rest. - [hosting]: Deploy static sites to a public URL. Deploys to {name}.jetpack.fun. - [database]: Run SQL queries against any database. Supports PostgreSQL and MySQL. ## Installation The MCP server URL is: https://mcp.usejetpack.ai ### Claude Code ``` claude mcp add jetpack https://mcp.usejetpack.ai --transport http --scope user ``` Then run `/mcp` in Claude Code, select "jetpack", select "Authenticate", and complete the OAuth flow in your browser. ### Codex CLI ``` codex mcp add jetpack --url https://mcp.usejetpack.ai codex mcp login jetpack ``` Complete the authorization flow in your browser. ### Codex (Desktop App) 1. Open Codex → Settings → MCP servers. 2. In "Custom servers", click "+ Add server". 3. Name: `jetpack`, Type: Streamable HTTP, URL: `https://mcp.usejetpack.ai`. 4. Save and complete the OAuth flow. ### Cursor Use the deep link: `cursor://anysphere.cursor-deeplink/mcp/install?name=Jetpack&config=eyJ1cmwiOiJodHRwczovL21jcC51c2VqZXRwYWNrLmFpIn0=` Or manually add the MCP server with URL `https://mcp.usejetpack.ai`. ### OpenCode ``` opencode mcp add ``` Enter name: `jetpack`, type: Remote, URL: `https://mcp.usejetpack.ai`, OAuth: Yes, pre-registered client ID: No. ``` opencode mcp auth jetpack ``` Complete the authorization flow in your browser. ### OpenClaw ``` openclaw plugins install @usejetpack/openclaw openclaw gateway restart ``` ### Claude Desktop 1. Open Claude Desktop → Settings → Connectors → Add custom connector. 2. Name: `jetpack`, Remote MCP server URL: `https://mcp.usejetpack.ai`. 3. Click "Add", then click "Connect" on the connector card and finish the OAuth flow. ### Open WebUI 1. Open Open WebUI → Admin Settings → External Tools. 2. Click "+ Add Server", set Type to "MCP (Streamable HTTP)". 3. URL: `https://mcp.usejetpack.ai`. 4. Choose OAuth 2.1, complete sign-in, then save. ### Hermes Agent ``` hermes mcp add jetpack --url "https://mcp.usejetpack.ai" --auth oauth ``` ### LM Studio / Manus These clients require a static bearer token. Sign in at https://usejetpack.ai/account to get your token. ### Any other MCP client Use the MCP server URL `https://mcp.usejetpack.ai` with OAuth authentication. Jetpack supports the MCP Streamable HTTP transport. ## Pricing - Free: 500 credits/month - Pro ($19/month): 10,000 credits/month - Max ($99/month): 100,000 credits/month ## FAQ **What is Jetpack?** Jetpack is an MCP server (and soon a CLI as well) that gives your AI agent instant access to a wide range of tools — messaging, email, phone calls, image and video generation, web browsing, code execution, memory, and more. One install, every tool. **What's MCP?** MCP (Model Context Protocol) is an open standard that lets AI agents connect to external tools and services. Think of it as USB-C for AI — one protocol, universal compatibility. One of its greatest advantages is that agents become aware of available tools automatically, so they can use them without the human having to ask. Most modern agents and clients already support it. **What agents does it work with?** Any agent or client that supports MCP. Claude Code, Cursor, Windsurf, Cline, and many more. If it speaks MCP, it works with Jetpack. **Does it work with OpenClaw?** Yes! OpenClaw supports MCP servers, so Jetpack works with it out of the box. Your Claw gets instant access to every tool — messaging, email, image generation, web browsing, and everything else. **Do I need to set up API keys for each provider?** No. Jetpack handles all provider integrations behind the scenes. You get access to every tool with no additional setup or accounts. **Which AI models do you use?** Jetpack always uses the latest state-of-the-art models and upgrades them automatically. You never have to worry about picking a model or falling behind — when a better one comes out, it gets swapped in. **How does pricing work?** Each tool call costs a certain number of credits. The free plan includes 500 credits per month. Paid plans start at $19/month for 10,000 credits. Many tools like listing messages, reading emails, and key-value operations are free. **What happens if I run out of credits?** Tool calls that cost credits will stop working until your credits reset at the start of your next billing cycle, or you upgrade to a higher plan. **How do agents handle file uploads and downloads?** MCP is absurdly bad at handling files — passing them as base64 just eats tokens and bloats context. So the /tmp remote service™ was built. Agents can PUT any local file to tmp.usejetpack.ai and get back a public URL that expires after 24 hours. All tools use URLs for files, keeping things fast and lightweight — and making it easy to chain tools together.