Wikipedia Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Wikipedia Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides Wikipedia information access through Vercel's serverless functions.
This MCP server provides the following tools:
All tools support multi-language Wikipedia by specifying a language code (e.g., 'en', 'es', 'fr', 'ja', 'zh').
npm install npm run devThe MCP endpoint will be available at http://localhost:3000/api/mcp
npx @modelcontextprotocol/inspector@latest http://localhost:3000Then:
http://127.0.0.1:6274 in your browserhttp://localhost:3000/api/mcp as the URL npm i -g vercel vercel vercel --prod git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin <your-github-repo-url>
git push -u origin main./next build.nextAfter deployment, you'll get a URL like https://your-project.vercel.app
Add this to your Claude Desktop configuration file:
Location of config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonConfiguration:
{
"mcpServers": {
"wikipedia": {
"url": "https://your-project.vercel.app/api/mcp"
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"wikipedia": {
"url": "https://your-project.vercel.app/api/mcp"
}
}
}Add to mcp_config.json:
{
"mcpServers": {
"wikipedia": {
"serverUrl": "https://your-project.vercel.app/api/mcp"
}
}
}Once connected, you can ask your AI assistant:
/api/mcp - Main MCP endpoint/ - Info page about available toolsquery (string, required): The search termlimit (number, optional): Maximum results (1-50, default: 10)language (string, optional): Wikipedia language code (default: 'en')title (string, required): Article titlelanguage (string, optional): Wikipedia language code (default: 'en')title (string, required): Article titlelanguage (string, optional): Wikipedia language code (default: 'en')title (string, required): Article titlelanguage (string, optional): Wikipedia language code (default: 'en')title (string, required): Article titlelanguage (string, optional): Wikipedia language code (default: 'en')title (string, required): Article titlelimit (number, optional): Maximum results (1-50, default: 10)language (string, optional): Wikipedia language code (default: 'en')This MCP server is built using:
The server leverages Vercel's Fluid Compute features:
https://your-project.vercel.app/api/mcpContributions are welcome! Please feel free to submit issues or pull requests.
MIT License - feel free to use this in your own projects!
Based on the wikipedia-mcp Python implementation by Rudra-ravi, adapted for Vercel deployment using TypeScript and the mcp-handler package.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.