Learning Resources
onefork.org
An MCP server that provides search and retrieval of One Fork's evidence-based veganism articles, Q&A, myth rebuttals, and plant-based ingredient swap suggestions.
ENDPOINT 1
https://onefork.org/mcp
MCP server metadata
- Name
- onefork
- Version
- 0.1.0
Tools for One Fork (onefork.org), an evidence-based vegan advocacy library. Use `search_articles` and `get_article` for published articles in 9 languages, `search_questions` for cited 'Ask a Vegan' answers, `search_myths` for rebuttals to common anti-vegan claims, and `find_vegan_swap` for plant-based ingredient substitutions. All content is public.
Known tools 5
search_articlesSearch published One Fork articles (evidence-based writing on veganism, animals, health and the environment) by keyword and language.
Inferred read-onlyget_articleFetch the full text of one published One Fork article by slug and language, including its TL;DR, key takeaways, FAQ and cited sources.
Inferred read-onlysearch_questionsSearch One Fork's 'Ask a Vegan' library of hand-written, cited answers to common questions about veganism.
Inferred read-onlysearch_mythsSearch One Fork's library of common anti-vegan claims with evidence-based, cited rebuttals (nutrition, health, environment, ethics, culture, economics, animals, practicality).
Inferred read-onlyfind_vegan_swapSuggest specific plant-based substitutes for a food ingredient, with conversion ratios, flavour/texture notes and best uses.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.