MCP Server
io.github.benswork-space/priceof MCP Server
io.github.benswork-space/priceof
What is the io.github.benswork-space/priceof MCP server?
Verified pricing data for 50+ SaaS products. Query, compare, and calculate team costs.
How to install io.github.benswork-space/priceof
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": {
"priceof": {
"command": "npx",
"args": [
"-y",
"@priceof/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"priceof": {
"command": "npx",
"args": [
"-y",
"@priceof/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"priceof": {
"command": "npx",
"args": [
"-y",
"@priceof/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"priceof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@priceof/mcp-server"
]
}
}
}Claude Code
claude mcp add priceof -- npx -y @priceof/mcp-serverRelated MCP servers
io.github.benswork-space/canido-mcp
Maintained
Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.
0
View repository →JavaScript