Serversio.github.joshua-auchincloss/factsets
F

Factsets MCP Server

io.github.joshua-auchincloss/factsets · v0.2.0
▦ npm
v0.2.0npm npm: factsets↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.joshua-auchincloss/factsets",
  "description": "An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents",
  "title": "Factsets MCP Server",
  "repository": {
    "url": "https://github.com/joshua-auchincloss/factsets",
    "source": "github"
  },
  "version": "0.2.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "factsets",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp-server",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}