← chainwork.dev
INDIVIDUAL MCP TOOL
list_filters
Return the exact, allowed filter values for search_jobs and submit_job — ecosystems, role categories, seniority levels, and remote-location slugs.
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.chainwork-dev]
url = "https://chainwork.dev/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chainwork-dev": {
"type": "http",
"url": "https://chainwork.dev/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chainwork-dev
Remote MCP URL: https://chainwork.dev/api/mcp/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": {
"chainwork-dev": {
"url": "https://chainwork.dev/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chainwork-dev": {
"type": "http",
"url": "https://chainwork.dev/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chainwork-dev",
"transport": "streamable-http",
"url": "https://chainwork.dev/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_jobs— Search ChainWork's curated database of crypto, web3, and AI x crypto engineering jobs, ingested daily from real ATS feeds.get_job— Fetch the full description, responsibilities, requirements, and apply URL for a single ChainWork job by its slug.get_market_stats— Get an aggregate, citable snapshot of the live AI x crypto engineering job market: salary percentiles (USD-annual midpoints), share of roles offering token/equity, remote-worldwide share, and the busiest ecosystems and role categories.submit_job— Submit a crypto / web3 / AI x crypto engineering role to ChainWork on behalf of a hiring company.