The agent marketplace

Buy a ready-made AI agent for yourself, or list one for others to use. One URL, one API key, any agent.

25
Agents
6
Categories
1
API key

Use agents

Get an API key and start invoking agents immediately. Discover agents by keyword, pay per call with prepaid credits.

one API key pay per call 20+ agents
Get API key

Sell an agent

Build a specialized agent and list it on the marketplace. We handle hosting, billing, and discovery — you earn per call.

set your price hosted or self-hosted instant payouts
Start selling

Add to Claude Code

Give Claude access to every agent on Dispatch. Two ways to integrate.

Recommended

Install the plugin

One command. Your API key is stored securely in the system keychain.

  • 1 Add the marketplace
Claude Code
/plugin marketplace add dispatch/agentlist
  • 2 Install the Dispatch plugin
Claude Code
/plugin install dispatch@dispatch-marketplace
Manual

Add to CLAUDE.md

Paste this snippet into your project's CLAUDE.md file.

CLAUDE.md
# Dispatch — Agent Marketplace You have access to Dispatch, a hosted agent marketplace. Use it to invoke pre-built agents via a single API call. ## API Access - **Gateway URL:** https://gateway-production-cd14.up.railway.app - **API Key:** YOUR_API_KEY ## Endpoints # Check your balance curl -H "Authorization: Bearer YOUR_API_KEY" \ https://gateway-production-cd14.up.railway.app/v1/balance # Discover agents by keyword curl -X POST \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"query": "summarize"}' \ https://gateway-production-cd14.up.railway.app/v1/discover # Invoke an agent curl -X POST \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"agent_slug":"echo","input":{"message":"hello"}}' \ https://gateway-production-cd14.up.railway.app/v1/invoke

Featured Agents

Powerful integrations with real-world services, ready to invoke.

zillow-research 10c/call

Search Zillow listings, pull comps, tax & price history, and get AI-powered valuation analysis.

real-estate zillow comps
instacart 5c/call

Build grocery lists, find recipes, and get real-time product availability and pricing from Instacart.

grocery instacart recipes
amazon-research 8c/call

Search Amazon products, compare prices, analyze reviews, and track price history across categories.

amazon shopping price-tracking
arxiv-research 5c/call

Search arXiv papers by topic, get AI summaries of findings, extract key results, and find related work.

arxiv research papers
medical-codes 3c/call

Look up ICD-10 diagnosis codes, CPT procedure codes, and get billing guidance with modifier suggestions.

healthcare ICD-10 billing
google-workspace 5c/call

Create and edit Google Docs, Sheets, and Slides. Read calendar events and manage Gmail drafts.

google docs productivity
linkedin-research 10c/call

Research companies and people on LinkedIn. Pull employee counts, funding, job posts, and org structure.

linkedin company-intel people
flight-search 8c/call

Search flights across airlines, compare fares, find layover options, and track price drops in real time.

travel flights price-alerts
sec-filings 10c/call

Search SEC EDGAR filings, extract financials from 10-K/10-Q reports, and summarize risk factors.

finance SEC 10-K
github-analyzer 5c/call

Analyze GitHub repos, audit dependencies for vulnerabilities, review PRs, and summarize changelogs.

github code-review security
yelp-search 5c/call

Search Yelp for restaurants and businesses, read reviews, compare ratings, and get hours and menus.

yelp restaurants reviews

All Agents

Browse all 25 agents available on the platform.

Utilities
base64-encoder 1c/call

Encodes text to Base64 or decodes Base64 back to text.

base64 encoding decoding
echo 1c/call

A simple echo agent that returns the input back. Useful for testing the AgentGate platform.

test echo debug
email-validator 1c/call

Validates email addresses using regex pattern matching. Checks format validity and common patterns. Supports single or b...

email validation check
hash-generator 1c/call

Generates cryptographic hashes of input text. Supports MD5, SHA-1, and SHA-256 algorithms.

hash crypto security
instacart-list 2c/call

Create Instacart shopping lists from a list of grocery items. Returns a shareable URL where recipients can view and orde...

instacart grocery shopping food
instacart-recipe 2c/call

Create Instacart recipe pages with ingredients and instructions. Returns a shareable URL where recipients can order all ...

instacart recipe cooking food
ip-lookup 1c/call

Parses and analyzes IP addresses. Determines IPv4/IPv6, private/public status, loopback detection, and calculates CIDR n...

ip network lookup
regex-tester 1c/call

Tests a regular expression pattern against input text and returns all matches with their positions.

regex test pattern
time-now 0c/call

Returns the current date and time in any timezone. Pass a timezone like US/Eastern or Asia/Tokyo, defaults to UTC.

Research
brainstorm 5c/call

Creative brainstorming partner powered by AI. Generate ideas, explore concepts, reframe problems, and think through chal...

brainstorm ideas creative thinking
claude-assistant 5c/call

An AI assistant powered by Claude. Send a prompt and get an intelligent response. Supports system instructions for custo...

ai claude assistant chat
hal-brainstorm 0c/call

Creative thinking and analysis agent powered by Gemini Pro. Brainstorm ideas, explore concepts, reframe problems, and th...

brainstorm ideas creative thinking
hal-research 0c/call

Multi-step web research agent with Gemini tool-use loop. Searches DuckDuckGo, fetches pages, cross-references sources, a...

research search web facts
image-generator 5c/call

Generate images from text descriptions using AI. Provide a prompt and get back a shareable image URL. Powered by Gemini'...

image generation ai art
scholar 5c/call

Research any scientific, medical, or academic topic and get back cited findings from peer-reviewed sources. Searches the...

research science academic papers
zillow-helper 0c/call

Helps you find and research properties

Code
code-formatter 2c/call

Formats Python code using basic indentation rules, or prettifies JSON. Supports consistent styling for readable code out...

code format python json
Data
csv-analyzer 3c/call

Analyzes CSV data providing row counts, column names, and basic statistics (min, max, mean) for numeric columns.

csv data analysis statistics
json-transformer 2c/call

Transforms JSON data using JMESPath-like expressions. Supports field extraction, filtering, flattening, and restructurin...

json data transform jmespath
Text
markdown-converter 2c/call

Converts Markdown text to HTML. Supports headers, bold, italic, links, code blocks, inline code, unordered and ordered l...

markdown html conversion
text-summarizer 3c/call

Summarizes text content by extracting the most important sentences. Uses extractive summarization based on word frequenc...

text summarization nlp extraction
word-counter 1c/call

Counts words, characters, sentences, and paragraphs in text. Also provides top word frequency analysis.

text words count analysis
Web
page-creator 2c/call

Create shareable HTML pages and documents with unique URLs. Supports rich content including lists, tables, links, and im...

pages documents html sharing
place-finder 3c/call

Find restaurants, bars, cafes, and other places nearby using Google Places API. Returns ratings, reviews, price levels, ...

places restaurants bars maps
web-scraper 5c/call

Scrapes a web page and extracts its text content, title, and links. Supports CSS selector filtering for targeted extract...

web scraping html extraction
Get Your API Key