Economics
Data source: NAV Arbeidsplassen (arbeidsplassen.nav.no)
MCP Endpoint (Streamable HTTP)
https://context.gnist.ai/mcp/nav-jobs/
AuthenticationAll requests require a Gnist-API-Key header (or api_key query parameter).
Free tier: 100 calls/day. Get your API key.
Tools (3)
report_feedbackReport a bug, feature request, or general feedback for this data source.
Use this when something doesn't work as expected, when you'd like
a new feature, or when you have suggestions for improvement.
Args:
feedback: Describe the issue or suggestion.
feedback_type: One of 'bug', 'feature_request', or 'general'.
| Parameter | Type | Required | Description |
|---|---|---|---|
feedback | string | required | |
feedback_type | string | optional | (default: "general") |
JSON-RPC Request
{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "report_feedback",
"arguments": {
"feedback": "example"
}
}
}Quick Start
Shell
curl -X POST "https://context.gnist.ai/mcp/nav-jobs/" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Gnist-API-Key: YOUR_API_KEY" \
-d '{"jsonrpc": "2.0", "method": "tools/call", "id": 1, "params": {"name": "get_nav_job", "arguments": {"uuid": "example"}}}'
Python
import httpx
resp = httpx.post(
"https://context.gnist.ai/mcp/nav-jobs/",
headers={"Gnist-API-Key": "YOUR_API_KEY", "Content-Type": "application/json"},
json={
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "get_nav_job",
"arguments": {
"uuid": "example"
}
}
},
)
print(resp.json())
Related Toolkits (Economics)
Economic Indicators
Economic indicators — unified access to World Bank development data, OECD statistics, Eurostat European data, and BLS la
BLS (Bureau of Labor Statistics)
U.S. labor statistics including employment, CPI, wages, and unemployment data.
DST (Statistics Denmark)
Danish official statistics — population, employment, income, housing, trade, and economic data.
ESCO (Skills & Occupations)
European skills, competences, and occupations classification — 13,890 skills and 3,008 occupations linked to ISCO-08 cod