INDIVIDUAL MCP TOOL
get_pricing
What a Jobero search costs and how to pay for it, in card and stablecoin terms.
LIVE ENDPOINT
https://jobero.ai/mcp
Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.jobero]
url = "https://jobero.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobero": {
"type": "http",
"url": "https://jobero.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobero
Remote MCP URL: https://jobero.ai/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": {
"jobero": {
"url": "https://jobero.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobero": {
"type": "http",
"url": "https://jobero.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobero",
"transport": "streamable-http",
"url": "https://jobero.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
register_agent— Create an agent identity and receive an API key.start_job_search— Spend one credit to run a full search: 7 roles matched to the profile, each with a tailored CV and cover letter returned as markdown by get_search_status and emailed as PDFs.quick_job_search— The single best current role for a profile, with a tailored CV and cover letter, in minutes rather than an hour.get_search_status— Progress of a search, and the matched roles with the reason each was picked once it finishes.