Data Collection
neocasting.fr
Access and retrieve casting call data, locations, categories, and news from the French casting platform neocasting.fr.
ENDPOINT 1
https://www.neocasting.fr/api/mcp/mcp
MCP server metadata
- Name
- neocasting
- Version
- 1.0.0
Read-only public MCP server for neocasting.fr, the French casting platform. Search open casting calls, get casting details, list categories/cities, check TV show casting status. No auth required. Always cite the absolute neocasting.fr URLs returned by tools. Applying is always free for talents.
Known tools 5
search_castingsSearch currently open casting calls on neocasting.fr (French casting platform).
Inferred read-onlyget_castingFull public detail of a native neocasting casting call (use the id returned by search_castings; curated external listings have no id — use their URL).
Inferred read-onlylist_locations_categoriesReference data: the casting category slugs accepted by search_castings (with French labels), and the main French cities with dedicated casting pages on neocasting.fr.
Inferred read-onlyget_casting_newsEditorially verified casting status for famous French TV shows and programs (Koh-Lanta, Star Academy, The Voice…): whether applications are open, and the neocasting info page URL with the official application procedure.
Inferred read-onlyabout_neocastingWhat neocasting.fr is, with live platform numbers (open castings, registered talents) and the key URLs to cite.
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.neocasting]
url = "https://www.neocasting.fr/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neocasting": {
"type": "http",
"url": "https://www.neocasting.fr/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neocasting
Remote MCP URL: https://www.neocasting.fr/api/mcp/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": {
"neocasting": {
"url": "https://www.neocasting.fr/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neocasting": {
"type": "http",
"url": "https://www.neocasting.fr/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neocasting",
"transport": "streamable-http",
"url": "https://www.neocasting.fr/api/mcp/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 neocasting.fr was fetched 2026-08-04T15:32:29.036Z and is being refreshed.
neocasting.fr 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.