← Registry

Productivity

boatjobboard.com

Search and retrieve marine industry jobs, company profiles, and candidate profiles.

1 endpoint56 known toolsFirst detected June 6, 2026Last detected August 31, 2026

ENDPOINT 1

https://boatjobboard.com/api/mcp

No auth detected

MCP server metadata

Name
BoatJobBoard
Version
1.0.0
Capabilities
tools

Known tools 56

search_jobs

Help a job seeker find marine jobs.

Inferred read-only
get_job

Get full details for a specific job by its slug.

Inferred read-only
list_categories

List all marine industry categories, job types, and schedule types available on the platform.

Inferred read-only
get_company

Get a company profile and their active job listings.

Inferred read-only
get_my_profile

Get your own candidate profile.

Inferred read-only
parse_resume

Parse a resume file (base64 or fileUrl) without saving.

Inferred read-only
upsert_my_profile_from_resume

Parse a resume and apply extracted fields to your candidate profile.

Inferred read-only
import_linkedin_profile

Store a LinkedIn profile URL and import public preview data when available.

Inferred read-only
get_profile_versions

List profile version history (last 10 snapshots).

Inferred read-only
revert_profile_version

Revert your profile to a previous version snapshot.

Inferred read-only
get_my_applications

List jobs you have applied to.

Inferred read-only
get_my_advanced_status

Check whether this seeker has Advanced membership (Stripe or admin grant) and the verified blue-anchor badge.

Inferred read-only
get_my_job_alerts

List this seeker's AutoMatch / job alerts and a 7-day / 30-day delivery analytics summary (emails sent, jobs delivered, opens).

Inferred read-only
create_job_alert

Create an AutoMatch job alert for this seeker.

Potential side effects
update_job_alert

Update or pause an AutoMatch alert (filters, frequency, active).

Potential side effects
analyze_application_fit

Help a seeker improve an application: strengths, gaps, and tips vs a job (real profile fields only — no synthetic fit score).

Inferred read-only
get_my_profile_views

Freemium profile view counts for this seeker (totals + last 30 days).

Inferred read-only
get_my_referral_partner

Get this seeker's referral partner link and earnings summary (10% for up to 12 months, flat partner program).

Inferred read-only
apply_to_job

Apply to a job posting on your behalf.

Inferred read-only
submit_gig_proposal

Submit a proposal for a marine gig.

Inferred read-only
get_my_gig_proposals

List gig proposals you have submitted.

Inferred read-only
rate_gig

Leave a review after a gig is marked complete.

Inferred read-only
get_my_company

Get your company's profile (slug, website, contact info).

Inferred read-only
update_my_company

Update your company's profile (name, description, logo, website, contact info).

Potential side effects
get_my_jobs

List all job postings for your company with full details.

Inferred read-only
get_my_job

Get full details for one of your company's job postings by slug.

Inferred read-only
post_job

Post a new job listing for your company.

Potential side effects
update_job

Update an existing job your company posted (via dashboard or MCP).

Potential side effects
get_my_gigs

List gigs posted by your company.

Inferred read-only
get_my_gig

Get one of your company's gigs by slug.

Inferred read-only
post_gig

Create a gig draft.

Potential side effects
update_gig

Update a gig draft or open gig your company posted.

Potential side effects
list_gig_proposals

List proposals submitted for one of your gigs.

Inferred read-only
accept_gig_proposal

Accept a proposal and auto-decline others.

Inferred read-only
decline_gig_proposal

Decline a single gig proposal.

Inferred read-only
complete_gig

Mark an awarded gig complete so both parties can leave reviews.

Inferred read-only
get_resume_search_status

Check whether this employer can search candidates (Resume Search via Stripe subscription, coupon, or admin grant).

Inferred read-only
search_candidates

Search the candidate database by name, headline/title, skills, or bio.

Inferred read-only
get_job_activity

Job activity / history timeline for one of your listings (edits, autopost sync, daily views, applications).

Inferred read-only
get_autopost_status

Admin: career source health and recent autopost runs.

Inferred read-only
recategorize_job

Admin: set a job's marine category on any listing (any company).

Inferred read-only
list_review_queue

Admin: jobs flagged for autopost review.

Inferred read-only
resolve_review

Admin: approve (→ ACTIVE), reject (→ CLOSED), dismiss (→ PENDING/DRAFT), or map (close as duplicate of mapToJobId).

Inferred read-only
run_autopost

Admin: trigger autopost sync for one source, company, or all enabled sources.

Inferred read-only
list_approved_companies

Admin: list APPROVED companies for autopost setup.

Inferred read-only
upsert_career_source

Admin: create or update a company's career source (one per company).

Potential side effects
update_career_source

Admin: patch an existing career source by id.

Inferred read-only
delete_career_source

Admin: delete a career source by id.

Potential side effects
list_adapters

Admin: list available autopost career source adapters with labels and URL patterns.

Inferred read-only
detect_career_adapter

Admin: detect autopost adapter and config hints from a careers URL.

Inferred read-only
get_company_logo

Admin: get a company's logo URL and profile fields by companyId or slug.

Inferred read-only
update_company

Admin: update company profile fields by companyId or slug.

Potential side effects
update_company_logo

Admin: set a company's logo from an external http(s) image URL.

Inferred read-only
rehost_company_logos

Admin: download and rehost external raster company logos onto BJB storage.

Inferred read-only
list_companies_missing_logos

Admin: list companies without a logoUrl.

Inferred read-only
list_coupons

Admin (read-only): list employer coupons (Resume Search, Job Boost, Gig Post) with redemption counts.

Potential side effects

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.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.

Trust status Neutral

boatjobboard.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.