GigRadar MCP Server · Early Access

Your agent runsyour GigRadar

The GigRadar MCP server connects Claude Code, Cursor, or any MCP client to your live GigRadar account. Your agent tunes scanners, reads the Upwork market, and minds your balances, in plain English.

19 tools

Everything your agentcan actually do

No vague promises. These are the 19 tools the server exposes today, the same ones your agent will list the moment it connects.

Two scanners competing by morning · A market read in minutes, not an afternoon · Every balance checked without a login

Scanners

Create, tune, and A/B test the scanners that decide which jobs you go after.

list_scanners

Every scanner on the team, newest first

get_scanner

One scanner's full setup, every filter

preview_scanner_matches

Estimate jobs/month before saving anything

create_scanner

Spin up a new scanner from a plain-English brief

update_scanner

Rename or refine an existing query

duplicate_scanner

Clone a scanner to A/B test a variant

reorder_scanner

Set which scanner gets first pick

delete_scanner

Retire a scanner that stopped earning

Market & opportunities

Read the live Upwork market and inspect the jobs your scanners matched.

search_gigs

Search live Upwork jobs with GigRadar filters

get_gigs_insights

Volume, budgets, and client mix for any niche

get_opportunity

One matched job with the reasons it matched

Account & teams

Know who you are, act across every agency you run, and watch the balances.

whoami

The signed-in account and active team

list_teams

Every team this login can operate

switch_team

Move the whole session to another agency

get_balances

Credits plus Upwork connects, per freelancer

Help & feedback

Answers from the official docs, and a direct line to the GigRadar team.

ask_gigradar

Ask anything, answered from official docs

gigradar_init

Orient a fresh agent and install the skill

submit_feedback

File a bug or request straight to the team

get_feedback_status

Check what happened to a filed report

Built for real accounts

An agent on your account,without the sleepless part

Your login, your teams, nothing else

The server signs you in through your normal GigRadar account with standard OAuth. It can only reach teams your login can reach, and membership is re-checked live on every team switch.

It can only touch scanners

Every tool is read-only or scanner-scoped. The one thing an agent can change is a scanner, which you can see and fix in the dashboard. It cannot send proposals or message clients in this release.

The same rails as the dashboard

Tools call the exact services the GigRadar app uses. A scanner saved by your agent is validated the same way as one saved by hand, and shows up in your dashboard instantly.

Answers from the docs, not made up

When your agent asks GigRadar a question, the answer comes from official documentation. If there is no documented answer, it says so instead of inventing one.

Two minutes to connect

One URL,one login

Nothing is configured by hand. The server handles sign-in through your existing GigRadar account, and the open-source skill teaches your agent the rest.

1

Add the server

Paste one URL into your MCP client — Claude Code, Cursor, or Codex CLI.

2

Sign in once

A browser window opens your normal GigRadar login. Standard OAuth: no API keys to mint, nothing to copy by hand.

3

Put it to work

Your agent sees every tool, and the skill teaches it the craft: scanner strategy, search syntax, troubleshooting.

Server URL
https://api.gigradar.io/mcp/v1/mcp
Or paste this prompt into any agent
Connect to the GigRadar MCP server at https://api.gigradar.io/mcp/v1/mcp (streamable HTTP, OAuth sign-in), then run its gigradar_init tool and follow what it returns. The skill it installs lives at https://github.com/GigRadar/gigradar-mcp.

Works with any MCP client that speaks remote HTTP with OAuth — client-by-client details in the FAQ below. Not on GigRadar yet? Get a demo — the MCP server comes with every account.

FAQ

Straight answers,before you connect

Early access means honest edges. Here is exactly where they are.

Can the agent send proposals or message clients?

Only through the scanners it sets up — and never on its own. Your agent builds and tunes the scanners that drive automated bidding, but a new scanner is always created with the autobidder turned off. Arming it is a deliberate step you take in the dashboard; the agent has no way to switch it on. So nothing goes out to a client until you enable bidding yourself. Direct one-off messaging stays in the dashboard.

Does it cost extra?

No. During early access the MCP server is included with your GigRadar subscription — your agent uses the same account, credits, and limits you already have.

Which agents and clients work with it?

Any MCP client that supports remote HTTP servers with OAuth: Claude Code, Cursor, and Codex CLI all do. Claude Desktop connects through custom connectors on paid plans. ChatGPT's consumer app doesn't support remote MCP servers, so we don't claim it.

Do I need an API key?

No. You sign in with your normal GigRadar login through a standard OAuth flow. There is nothing to generate, copy, or rotate, and access follows your account's own team permissions.

What is the skill, and do I need it?

The skill is an open-source playbook (github.com/GigRadar/gigradar-mcp) your agent installs alongside the tools. Tools give the agent hands; the skill gives it judgment — scanner strategy, search syntax, and troubleshooting. The server's gigradar_init tool offers to set it up.

What data can my agent see?

Exactly what you can see in the dashboard: your scanners, matched opportunities, live Upwork job search and market insights, credit and connects balances, and answers from GigRadar's documentation. Team access is enforced server-side on every call.