Developers
Machine Interfaces
Everything on this domain a machine can consume, from one authoritative data source. Humans sell here — machines integrate.
Quick start — MCP JSON-RPC
# 1. Discover the server (public)
curl http://localhost:3000/mcp
# 2. Initialize a session
curl -X POST http://localhost:3000/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
# 3. Call a tool
curl -X POST http://localhost:3000/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_stats","arguments":{}}}'
Authentication: POST requires Authorization: Bearer <WebMCP token> when the server has tokens configured — the GET manifest declares the current state. Errors are standard JSON-RPC (−32601 unknown tool, −32001 auth).
Tools
| Tool | Arguments | Returns |
|---|---|---|
| search_jobs | query?, industry?, location?, remoteOnly?, limit? | Search live listings; market slugs like austin-tx work in location |
| get_job | id | One listing with the full compensation schedule |
| list_industries | — | Verticals with live inventory + counts |
| list_locations | — | Hiring markets with live inventory + counts |
| get_stats | — | Marketplace snapshot: jobs, seats, OTE range, surfaces |
Surfaces & policies
/openapi.json
OpenAPI 3.1 catalog
every machine endpoint, formally described
/feed.xml
RSS 2.0 feed
pollable open listings
/feed.json
JSON Feed 1.1
same listings, structured JSON
/schemas/job/v1.json
Job schema v1
JSON Schema 2020-12 of the public job object
/changelog.json
Changelog JSON
release feed (Keep a Changelog 1.1)
/.well-known/vectrx
Domain capabilities
"what can this domain do?" manifest
/.well-known/agent
Agent card
capabilities, auth, policies
/.well-known/mcp
MCP discovery
server endpoint + auth scheme
/.well-known/security.txt
security.txt
vulnerability disclosure (RFC 9116)
/version.json
Version
deployment metadata
/health
Health / Ready
liveness + data-layer readiness
/llms.txt
llms.txt
AI ground-truth index (+ llms-full.txt)
Policies: no rate limits currently — be reasonable. Listings may be quoted with attribution and a link. Candidates never pay to apply; do not gate our listings behind paywalls. Write actions (apply, post) are human-only. Security issues: security@fibersalesjobs.com.