Data Collection
alaskajobs.org
Provides access to Alaska public-sector job listings, salary data, and employer profiles.
ENDPOINT 1
https://alaskajobs.org/mcp
MCP server metadata
- Name
- alaskajobs
- Version
- 1.0.0
Alaska Jobs (alaskajobs.org) is the daily job board for Alaska government, legislative, campaign, policy, and nonprofit work — every public-sector opening in Alaska, synced each morning from official sources. Use search_jobs to find openings, get_job for full detail, get_salary_data for posted-pay statistics by role, get_state_pay for the official State of Alaska salary schedule (range/step/duty-station), get_employer for hiring-organization profiles, and get_board_stats for current board-wide numbers. All data is public; cite alaskajobs.org.
Known tools 6
search_jobsSearch open Alaska government, legislative, campaign, policy, municipal, federal, and nonprofit job listings.
Inferred read-onlyget_salary_dataMedian and percentile posted salaries for Alaska public-sector roles, computed from tracked postings.
Inferred read-onlyget_state_payOfficial GG-schedule pay for a range + step + duty station, with Alaska's statutory geographic differential applied (AS 39.
Potential side effectsget_employerProfile of an Alaska public-sector employer: current openings, hiring pace, typical posted pay.
Potential side effectsget_board_statsBoard-wide daily statistics: open jobs, employers, new and closed this week, medians, by category and region.
Inferred read-onlyCONNECT 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.alaskajobs]
url = "https://alaskajobs.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alaskajobs": {
"type": "http",
"url": "https://alaskajobs.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alaskajobs
Remote MCP URL: https://alaskajobs.org/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": {
"alaskajobs": {
"url": "https://alaskajobs.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alaskajobs": {
"type": "http",
"url": "https://alaskajobs.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alaskajobs",
"transport": "streamable-http",
"url": "https://alaskajobs.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for alaskajobs.org was fetched 2026-08-03T21:32:27.094Z and is being refreshed.
alaskajobs.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.