INDIVIDUAL MCP TOOL
get_takescore
Metatake's 13-dimension critical assessment for one film: net Value score plus the Value / Cost / Risk dimension breakdown.
LIVE ENDPOINT
https://metatake.net/api/mcp
Connect to this endpoint to inspect the live schema for get_takescore and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.metatake]
url = "https://metatake.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"metatake": {
"type": "http",
"url": "https://metatake.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: metatake
Remote MCP URL: https://metatake.net/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": {
"metatake": {
"url": "https://metatake.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"metatake": {
"type": "http",
"url": "https://metatake.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "metatake",
"transport": "streamable-http",
"url": "https://metatake.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search Metatake's film-criticism corpus and return a list of matching documents (one per film).fetch— Retrieve the full text of one Metatake document by its `id` (a film slug from `search`).search_films— Find films in Metatake's corpus by title (also matches original titles and director names).get_film_criticism— Metatake's full context pack for one film, as Markdown: critical readings (each pushes one framework as far as the film allows), the 13-dimension TakeScore, canon standing & honors, motifs & figures, filming locations, tropes, and kindred films.find_connected_films— Kindred films — titles that share interpretive threads (concepts, figures, frameworks) with the given film on Metatake's connection map.