← onefork.org

INDIVIDUAL MCP TOOL

get_article

Fetch the full text of one published One Fork article by slug and language, including its TL;DR, key takeaways, FAQ and cited sources.

onefork.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://onefork.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_article and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

onefork.org

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.onefork]
url = "https://onefork.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "onefork": {
      "type": "http",
      "url": "https://onefork.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: onefork
Remote MCP URL: https://onefork.org/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": {
    "onefork": {
      "url": "https://onefork.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "onefork": {
      "type": "http",
      "url": "https://onefork.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "onefork",
  "transport": "streamable-http",
  "url": "https://onefork.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search published One Fork articles (evidence-based writing on veganism, animals, health and the environment) by keyword and language.
  • search_questions — Search One Fork's 'Ask a Vegan' library of hand-written, cited answers to common questions about veganism.
  • search_myths — Search One Fork's library of common anti-vegan claims with evidence-based, cited rebuttals (nutrition, health, environment, ethics, culture, economics, animals, practicality).
  • find_vegan_swap — Suggest specific plant-based substitutes for a food ingredient, with conversion ratios, flavour/texture notes and best uses.