Productivity
boatjobboard.com
Search and retrieve marine industry jobs, company profiles, and candidate profiles.
ENDPOINT 1
https://boatjobboard.com/api/mcp
MCP server metadata
- Name
- BoatJobBoard
- Version
- 1.0.0
Known tools 56
list_categoriesList all marine industry categories, job types, and schedule types available on the platform.
Inferred read-onlyupsert_my_profile_from_resumeParse a resume and apply extracted fields to your candidate profile.
Inferred read-onlyimport_linkedin_profileStore a LinkedIn profile URL and import public preview data when available.
Inferred read-onlyget_my_advanced_statusCheck whether this seeker has Advanced membership (Stripe or admin grant) and the verified blue-anchor badge.
Inferred read-onlyget_my_job_alertsList this seeker's AutoMatch / job alerts and a 7-day / 30-day delivery analytics summary (emails sent, jobs delivered, opens).
Inferred read-onlyupdate_job_alertUpdate or pause an AutoMatch alert (filters, frequency, active).
Potential side effectsanalyze_application_fitHelp a seeker improve an application: strengths, gaps, and tips vs a job (real profile fields only — no synthetic fit score).
Inferred read-onlyget_my_profile_viewsFreemium profile view counts for this seeker (totals + last 30 days).
Inferred read-onlyget_my_referral_partnerGet this seeker's referral partner link and earnings summary (10% for up to 12 months, flat partner program).
Inferred read-onlyupdate_my_companyUpdate your company's profile (name, description, logo, website, contact info).
Potential side effectsget_resume_search_statusCheck whether this employer can search candidates (Resume Search via Stripe subscription, coupon, or admin grant).
Inferred read-onlysearch_candidatesSearch the candidate database by name, headline/title, skills, or bio.
Inferred read-onlyget_job_activityJob activity / history timeline for one of your listings (edits, autopost sync, daily views, applications).
Inferred read-onlyresolve_reviewAdmin: approve (→ ACTIVE), reject (→ CLOSED), dismiss (→ PENDING/DRAFT), or map (close as duplicate of mapToJobId).
Inferred read-onlyrun_autopostAdmin: trigger autopost sync for one source, company, or all enabled sources.
Inferred read-onlyupsert_career_sourceAdmin: create or update a company's career source (one per company).
Potential side effectslist_adaptersAdmin: list available autopost career source adapters with labels and URL patterns.
Inferred read-onlydetect_career_adapterAdmin: detect autopost adapter and config hints from a careers URL.
Inferred read-onlyget_company_logoAdmin: get a company's logo URL and profile fields by companyId or slug.
Inferred read-onlyupdate_company_logoAdmin: set a company's logo from an external http(s) image URL.
Inferred read-onlyrehost_company_logosAdmin: download and rehost external raster company logos onto BJB storage.
Inferred read-onlylist_couponsAdmin (read-only): list employer coupons (Resume Search, Job Boost, Gig Post) with redemption counts.
Potential side effectsCONNECT 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.boatjobboard]
url = "https://boatjobboard.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"boatjobboard": {
"type": "http",
"url": "https://boatjobboard.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: boatjobboard
Remote MCP URL: https://boatjobboard.com/api/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": {
"boatjobboard": {
"url": "https://boatjobboard.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"boatjobboard": {
"type": "http",
"url": "https://boatjobboard.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "boatjobboard",
"transport": "streamable-http",
"url": "https://boatjobboard.com/api/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 boatjobboard.com was fetched 2026-07-27T09:12:51.881Z and is being refreshed.
boatjobboard.com 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.