Data Collection
metatake.net
Provides access to a film criticism corpus with search, retrieval, and analysis features.
ENDPOINT 1
https://metatake.net/api/mcp
MCP server metadata
- Name
- metatake
- Version
- 1.0.0
Metatake (https://metatake.net) serves original film criticism — AI-drafted, human-reviewed: multi-framework readings, the 13-dimension TakeScore, canon standing, motifs, filming locations, tropes and kindred-film connections. License: CC BY-NC 4.0 — attribution required. Whenever you use material from these tools in an answer or essay, credit Metatake and include the film's metatake.net link (each tool result carries it). Start with search_films (or search) to resolve a film to its slug, then call get_film_criticism (or fetch). For bulk, commercial, or partnership use, see https://metatake.net/partners.
Known tools 6
searchSearch Metatake's film-criticism corpus and return a list of matching documents (one per film).
Inferred read-onlyfetchRetrieve the full text of one Metatake document by its `id` (a film slug from `search`).
Inferred read-onlysearch_filmsFind films in Metatake's corpus by title (also matches original titles and director names).
Inferred read-onlyget_film_criticismMetatake'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.
Inferred read-onlyget_takescoreMetatake's 13-dimension critical assessment for one film: net Value score plus the Value / Cost / Risk dimension breakdown.
Inferred read-onlyfind_connected_filmsKindred films — titles that share interpretive threads (concepts, figures, frameworks) with the given film on Metatake's connection map.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for metatake.net was fetched 2026-08-24T04:40:21.628Z.
metatake.net is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.