Serversdev.mcpfinder/server
S

MCPfinder - MCP Server Discovery

dev.mcpfinder/server · v1.0.4
▦ npm
v1.0.4npm npm: @mcpfinder/server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "dev.mcpfinder/server",
  "description": "Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.",
  "title": "MCPfinder - MCP Server Discovery",
  "repository": {
    "url": "https://github.com/mcpfinder/mcpfinder",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "version": "1.0.4",
  "websiteUrl": "https://mcpfinder.dev",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mcpfinder/server",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "authentication": "none",
      "documentation": "https://github.com/mcpfinder/mcpfinder/blob/main/README.md",
      "protocolVersion": "2025-12-11",
      "toolHints": [
        {
          "description": "Find candidate MCP servers by keyword, technology, or use case.",
          "exampleQuery": "postgres",
          "name": "search_mcp_servers"
        },
        {
          "description": "Inspect trust signals, tools, env vars, and warnings before recommending a server.",
          "exampleQuery": "io.modelcontextprotocol/filesystem",
          "name": "get_server_details"
        },
        {
          "description": "Generate a client-specific JSON config snippet for installation.",
          "exampleQuery": "filesystem for claude-desktop",
          "name": "get_install_config"
        }
      ],
      "tools": [
        "search_mcp_servers",
        "get_server_details",
        "get_install_config",
        "browse_categories"
      ]
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}