What is the ai.fugentic/service-provider-index MCP server?
Find verified businesses & service providers by trade and area. Returns structured provider data.
How to install ai.fugentic/service-provider-index
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"service-provider-index": {
"url": "https://spi.fugentic.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"service-provider-index": {
"serverUrl": "https://spi.fugentic.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"service-provider-index": {
"type": "http",
"url": "https://spi.fugentic.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"service-provider-index": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://spi.fugentic.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http service-provider-index https://spi.fugentic.ai/mcpRelated MCP servers
Fugentic MCP server for mattest4-qyroac