← Back to Plugins
MCP Server MCP

Enterprise Research Evidence Chain

github By github 👁 1 views ▲ 0 votes

Read-only enterprise research MCP: frameworks, frozen snapshots, sourced results. No trading advice.

Homepage Verified source GitHub

Install

uvx diyan-research-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "diyan-research-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tenant credential issued by Diyan. Fill this on the MCP detail page.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DIYAN_API_KEY"
        },
        {
          "description": "stdio, sse, or streamable-http. Defaults to sse in hosted environments; use stdio for local clients.",
          "format": "string",
          "name": "DIYAN_TRANSPORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...