What is the io.github.mbeato/apimesh MCP server?
74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402.
How to install io.github.mbeato/apimesh
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"apimesh": {
"command": "npx",
"args": [
"-y",
"@mbeato/apimesh-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"apimesh": {
"command": "npx",
"args": [
"-y",
"@mbeato/apimesh-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apimesh": {
"command": "npx",
"args": [
"-y",
"@mbeato/apimesh-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"apimesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mbeato/apimesh-mcp-server"
]
}
}
}Claude Code
claude mcp add apimesh -- npx -y @mbeato/apimesh-mcp-serverRelated MCP servers
Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.
View repository →