Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.opspawn/bazaar-mcp · v1.0.2
x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning
bazaar-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"bazaar-mcp": {
"command": "npx",
"args": [
"-y",
"bazaar-mcp"
]
}
}
}X402_PAYMENT_TOKEN可选secretx402 payment token for authenticated requests to the Bazaar gateway
BAZAAR_GATEWAY_URL可选Base URL for the x402 Bazaar gateway (defaults to https://a2a.opspawn.com)
{
"id": "io.github.opspawn/bazaar-mcp",
"type": "mcp-server",
"version": "1.0.2",
"displayName": "bazaar-mcp",
"description": "x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning",
"repository": {
"url": "https://github.com/opspawn/bazaar-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "bazaar-mcp",
"version": "1.0.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "X402_PAYMENT_TOKEN",
"description": "x402 payment token for authenticated requests to the Bazaar gateway",
"isSecret": true
},
{
"name": "BAZAAR_GATEWAY_URL",
"description": "Base URL for the x402 Bazaar gateway (defaults to https://a2a.opspawn.com)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.opspawn/bazaar-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.opspawn%2Fbazaar-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}