Rice Stock Data Server
FreeNot checkedEnables natural language queries for stock market data via the Rice Business Stock Market Data Portal, with Rice University email verification for access contro
About
Enables natural language queries for stock market data via the Rice Business Stock Market Data Portal, with Rice University email verification for access control.
README
A Model Context Protocol (MCP) server for accessing Rice Business Stock Market Data Portal through Claude Desktop.
Features
- Natural language queries for stock market data
- Access to comprehensive financial metrics and indicators
- Rice University email verification for access control
- Seamless integration with Claude Desktop
Prerequisites
You must have Node.js installed on your computer to use this MCP server.
- Download Node.js: Visit nodejs.org and install the LTS version
- Verify installation: Open terminal/command prompt and run:
Both commands should return version numbers.node --version npm --version
Claude Desktop Configuration
Step 1: Get Your Access Token
- Visit the Rice Business Stock Market Data Portal
- Verify your Rice University email address
- Copy your personal access token
Step 2: Configure Claude Desktop
- Open Claude Desktop
- Go to Settings → Developer → Edit Config
- Add the following configuration to your
claude_desktop_config.json:
{
"mcpServers": {
"rice-stock-data": {
"command": "npx",
"args": ["@kerryback/rice-stock-data"],
"env": {
"USER_ACCESS_TOKEN": "your_actual_access_token_here",
"APP_URL": "https://your-actual-data-portal.rice-business.org"
}
}
}
}
- Replace
"your_actual_access_token_here"with your actual access token from Step 1 (keep the quotation marks) - Save the configuration file
- Restart Claude Desktop
Step 3: Using the MCP Server
Once configured, you can ask Claude questions about stock market data:
- "Show me tech stocks with PE under 20"
- "What are Apple's financial ratios?"
- "List healthcare companies by market cap"
- "Get the latest earnings data for Microsoft"
- "Compare revenue growth across FAANG stocks"
Local Development
Installation
npm install
npm run build
Running the MCP Server Locally
npm run start:mcp
Running the Web Server (for deployment)
npm start
Environment Variables
USER_ACCESS_TOKEN- Your personal Rice Data Portal access token (required)APP_URL- Data portal base URL (default: https://data-portal-mcp.rice-business.org)PORT- Web server port (default: 8000, used for deployment only)
API Endpoints
The web server provides these endpoints (for deployment):
GET /- Server informationGET /health- Health check endpointPOST /chat- Query endpoint (requires token in request body)
Troubleshooting
"Authentication failed" error
- Verify your access token is correct and hasn't expired
- Ensure you've verified your Rice University email
"Rate limit exceeded" error
- Wait a moment before making additional queries
- The API has rate limiting to ensure fair usage
Claude Desktop doesn't show the MCP server
- Make sure you've restarted Claude Desktop after configuration
- Check that the configuration JSON is valid (no syntax errors)
- Verify the package name is correct:
@kerryback/rice-stock-data
Support
For issues or questions about:
- MCP Server: Open an issue in this repository
- Data Portal Access: Contact Rice Business IT support
- Stock Data: Refer to the Rice Business Stock Market Data Portal documentation
License
MIT
Install Rice Stock Data Server in Claude Desktop, Claude Code & Cursor
unyly install rice-stock-data-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add rice-stock-data-mcp-server -- npx -y @kerryback/rice-stock-dataFAQ
Is Rice Stock Data Server MCP free?
Yes, Rice Stock Data Server MCP is free — one-click install via Unyly at no cost.
Does Rice Stock Data Server need an API key?
No, Rice Stock Data Server runs without API keys or environment variables.
Is Rice Stock Data Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Rice Stock Data Server in Claude Desktop, Claude Code or Cursor?
Open Rice Stock Data Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Rice Stock Data Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
