← snipework.com
INDIVIDUAL MCP TOOL
get_activity_heatmap
Get a 7x24 heatmap of job posting activity (day of week x hour of day, UTC).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.snipework-com]
url = "https://snipework.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"snipework-com": {
"type": "http",
"url": "https://snipework.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: snipework-com
Remote MCP URL: https://snipework.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"snipework-com": {
"url": "https://snipework.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"snipework-com": {
"type": "http",
"url": "https://snipework.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "snipework-com",
"transport": "streamable-http",
"url": "https://snipework.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market_summary— Get a summary of the current Upwork freelance market: total jobs tracked, jobs posted in last 24h, job type split (fixed vs hourly), and experience level distribution.get_trending_skills— Get the top trending skills on Upwork over the last 7 days.get_budgets_by_category— Get average budgets by Upwork job category over the last 7 days.get_top_countries— Get the top countries where Upwork clients are hiring from in the last 7 days.get_hot_jobs— Get the hottest (highest budget) Upwork jobs posted in the last 24 hours.get_client_quality— Get distribution of client quality on Upwork over last 7 days, grouped by hire rate: low (<30%), medium (30-70%), high (>70%).get_daily_trend— Get daily job posting count and average budget for the last 7 days.