← Registry

Data Collection

neocasting.fr

Access and retrieve casting call data, locations, categories, and news from the French casting platform neocasting.fr.

1 endpoint5 known toolsFirst detected July 23, 2026Last detected July 23, 2026

ENDPOINT 1

https://www.neocasting.fr/api/mcp/mcp

No auth detected

MCP server metadata

Name
neocasting
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_castings

Search currently open casting calls on neocasting.fr (French casting platform).

Inferred read-only
get_casting

Full 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-only
list_locations_categories

Reference 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-only
get_casting_news

Editorially 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-only
about_neocasting

What neocasting.fr is, with live platform numbers (open castings, registered talents) and the key URLs to cite.

Inferred read-only

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

Trust status Neutral

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