LocalCast
turrior/localcastCandidates do not job-hunt on global aggregators. They use the board everyone in their country uses. LocalCast puts your role on national platforms across Eastern Europe, Latin America, Europe and the Americas — in the local language, under the local posting rules.
- 12 TOOLS
- 32 PLATFORMS
- 4 REGIONS
- OAUTH
What this server actually does
Post where people actually look
In most countries hiring happens on one or two national boards, not on the global index. LocalCast maps your role to each of them and posts it in a single call.
Local language, local format
Regional boards expect their own categories, contract types and salary conventions. LocalCast maps the Turrior role onto each platform's own schema instead of shipping one generic listing everywhere.
One role, four regions
Eastern Europe, Latin America, Western Europe and the Americas — pick the regions that matter for the role and skip the rest.
Same lifecycle as GlobalCast
Preview before publishing, track clicks per platform, and expire the listing when the role closes.
Where LocalCast reaches
Connect the endpoint
{
"mcpServers": {
"turrior-localcast": {
"type": "streamable-http",
"url": "https://mcp.turrior.com/mcp/localcast/"
}
}
}What your agent can call
Your client loads only the toolset it needs — group by domain keeps context lean.
- READ
localcast_list_regionsList the regions LocalCast covers and how many platforms each holds. - READ
localcast_list_platformsList local platforms, filterable by region, country and language. - READ
localcast_platform_schemaShow what one platform requires — use it to explain a rejection. - READ
localcast_onboarding_statusWhat is configured per region and what a human still has to register.
- READ
localcast_preview_distributionValidate a role against every selected platform. No side effects. - WRITE
localcast_distribute_jobPublish to the selected regions or platforms. - WRITE
localcast_update_distributionPush a changed role back out to the platforms that accept updates. - WRITE
localcast_expire_distributionTake the role down across every platform it reached.
- READ
localcast_distribution_statusPer-platform state of one distributed role, with tracked links. - READ
localcast_list_distributionsEverything currently live, with expiry countdown. - READ
localcast_reach_reportClicks and applications per platform and per country.
- READ
localcast_manual_payloadReady-to-paste posting for platforms with no API.
From prompt to action
- “Where can I post this role in Poland?”
localcast_list_platforms - “Post the Warsaw role across Eastern Europe.”
localcast_preview_distributionlocalcast_distribute_job - “Which platforms rejected the Mexico City role and why?”
localcast_distribution_statuslocalcast_platform_schema - “How is the Brazil posting doing compared to Argentina?”
localcast_reach_report - “The role is filled — take it down everywhere.”
localcast_expire_distribution
What to keep in mind
- Language is not translation
- LocalCast maps a role onto each platform's schema. Whether it also translates the posting text into the local language is a separate question — confirm before promising it.
- Some platforms need an account
- Several national boards require an employer account per country rather than a syndication feed. Those are set up once by a human.
- Coverage varies by country
- Regional coverage is uneven: some countries have one dominant board, others a dozen small ones. The platform count per country is not a quality measure.
- Overlap with GlobalCast
- A few local platforms also ingest global feeds. Running both services on one role can produce duplicate listings — worth checking before publishing to both.
Security & permissions
OAuth 2.0 with PKCE
OAuth 2.0 with PKCE and dynamic client registration — no API key to paste. The connection acts inside your own Turrior account and can be revoked at any time from your settings.
Safe by default
Distributing a job is a public action. `localcast_distribute_job` defaults to a dry run and a live run requires explicit confirmation plus an idempotency key, so a repeated call cannot publish twice.
Related servers
Browse all- GlobalCast
turrior/globalcastPublish one job to 13 free distribution channels in a single call — and take it down the same way. Covers Careerjet, Talent.com, Jooble, Adzuna, Google for Jobs and more, with click tracking on every listing.
- Google Calendar
turrior/google-calendarSend candidates an interview invitation with real slots to choose from. Checks the panel's availability in Google Calendar, offers the candidate open times, and books the event the moment they pick one.
- Turrior MCP
turrior/mcpThe first-party recruiting server. Publish and manage roles, score and shortlist candidates, run screening quizzes and video interviews, book Calendly slots and send candidate email — all inside your own permissions.