← Back to Plugins
MCP Server MCP

OpenResearch MCP

github By github 👁 1 views ▲ 0 votes

Zero-auth research MCP: web, academic, finance, news, weather, macro, social, SEC. No keys.

Homepage Verified source GitHub

Install

uvx openresearch-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "openresearch-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub token — increases rate limit from 60 to 5,000 req/hr",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Your email for the OpenAlex polite pool (higher rate limits)",
          "format": "string",
          "name": "OPENALEX_EMAIL"
        },
        {
          "description": "Stack Exchange API key for higher daily quota on Stack Overflow searches",
          "format": "string",
          "isSecret": true,
          "name": "STACKEXCHANGE_KEY"
        },
        {
          "description": "Your contact email/string for SEC EDGAR fair-access; a default is used otherwise",
          "format": "string",
          "name": "SEC_USER_AGENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...