Wanatux Labs MCP
Enables MCP clients to query the Open Science Framework for public research project metadata, abstracts, and component listings using OSF project IDs or URLs.
README
Wanatux Labs MCP
An MCP server for the Open Science Framework (OSF). Point any MCP client at it and ask about a research project by its OSF id.
No credentials. No accounts. It reads the public OSF API and returns structured JSON.
osf.io/bvy3q -> "From Automation to Agency: Observations from a
Local-First, Conversational Personal Systems Lab"
10 components, 8 tags, public since 2025-12-26
Use the hosted server
Nothing to install — add this URL to any MCP client that supports remote servers:
https://labs.wanatux.net/mcp
For Claude Code:
claude mcp add --transport http wanatux-labs https://labs.wanatux.net/mcp
The hosted instance is rate limited to 60 requests/minute per IP.
Or run it yourself
pip install git+https://github.com/jayala-wt/wanatux-labs-mcp
wanatux-labs-mcp # serves on :8101, override with WANATUX_MCP_PORT
Tools
| Tool | Returns |
|---|---|
osf_get_project(project_id) |
Title, category, description, tags, dates, public flag, URL |
osf_get_abstract(project_id) |
Just the abstract text, plus a has_abstract flag |
osf_list_components(project_id) |
Child components with ids, titles, categories, URLs |
All three are read-only and idempotent. project_id is the short code in an OSF URL —
https://osf.io/bvy3q/ → bvy3q. A full OSF URL is accepted too, so pasting works.
Example
// osf_list_components("bvy3q")
{
"ok": true,
"project_id": "bvy3q",
"count": 10,
"components": [
{
"id": "uf5hn",
"title": "[Core] Defining the Epistemic Activation Problem: Interim Findings (v0.2.0)",
"category": "project",
"public": true,
"url": "https://osf.io/uf5hn/"
}
],
"truncated": false
}
Errors are returned as data, never as exceptions:
{ "ok": false, "error": "No such OSF project (it may be private or the id may be wrong)" }
Design
The server is meant to be reachable by anyone, so one rule governs every tool:
Public data in, public data out. No credentials, no local filesystem, no private data, no shell.
Practically that means:
- No auth, deliberately. There is nothing to protect — every byte it returns is already public on osf.io.
- Rate limited per IP, honoring
CF-Connecting-IPbehind a proxy. - Responses carry no provenance. No hostnames, no file paths, no command lines. A public server that echoes its own internals is a public server that leaks.
- Upstream responses cached for 120s, so a client in a loop doesn't turn into a denial-of-service against OSF.
- Timeouts on every upstream call, and upstream failures become clean
ok: falseresults rather than tracebacks.
Related
paperclip searches papers across Arxiv, OSF and OpenAlex. This server does something different: it inspects an OSF project — its metadata, abstract, and component tree. If you want to find papers, use paperclip. If you have a project id and want to know what's in it, use this.
License
MIT — see LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.