Rice Stock Data Portal MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rice Stock Data Portal MCP ServerShow me Apple's financial ratios"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rice Stock Data Portal - MCP Server
A Model Context Protocol (MCP) server that provides natural language access to Rice Business Stock Market Data Portal through Claude Desktop.
Quick Start
For Users
Install the MCP server:
npm install -g @kerryback/data-portal-mcpGet your access token from your Rice Data Portal instance
Configure Claude Desktop by adding to your config file:
{ "mcpServers": { "rice-stock-data": { "command": "npx", "args": ["@kerryback/data-portal-mcp"], "env": { "KOYEB_APP_URL": "https://your-app.koyeb.app", "MCP_ACCESS_TOKEN": "your_access_token_here" } } } }Start asking questions in Claude Desktop:
"Show me Apple's financial ratios"
"Find undervalued healthcare stocks"
"What are the top technology companies by market cap?"
For Developers
This repository contains the MCP server implementation for the Rice Stock Data Portal. The server acts as a bridge between Claude Desktop and your deployed Flask application.
Related MCP server: Yahoo Finance MCP Server
Features
π Secure Token Storage - Access tokens stored in Claude Desktop configuration
π¬ Natural Language Queries - Ask questions in plain English
π Real-time Data - Direct access to your MotherDuck financial database
π University Integration - Designed for academic use with email verification
β‘ Fast Responses - Leverages existing OpenAI chat integration
Architecture
Claude Desktop β MCP Server β Flask App β MotherDuck DatabaseThe MCP server forwards natural language queries to your Flask app's /chat endpoint, which uses OpenAI to understand the query and generate appropriate SQL.
Repository Structure
src/index.ts- Main TypeScript MCP server implementationpackage.json- NPM package configurationProcfile- Koyeb deployment configurationFINAL_MCP_README.md- Complete user documentationDEPLOYMENT.md- Deployment guide
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run locally
npm start
# Test with environment variables
KOYEB_APP_URL=http://localhost:5000 \
MCP_ACCESS_TOKEN=your_token \
npm startDeployment
This MCP server can be deployed to Koyeb for remote access:
Connect your GitHub repository to Koyeb
Set environment variables in Koyeb dashboard
Deploy using the provided
Procfile
See DEPLOYMENT.md for complete instructions.
Documentation
FINAL_MCP_README.md- Complete user guideDEPLOYMENT.md- Deployment instructionsclaude_desktop_config.json- Configuration example
Support
Issues: GitHub Issues
Main Portal: Rice Stock Data Portal
License
MIT License - See LICENSE file for details
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables fetching real-time stock prices from Yahoo Finance through Claude AI's interface. Allows users to query current market data for stocks using natural language commands.Last updated81MIT
- Alicense-quality-maintenanceIntegrates Yahoo Finance data with Claude to provide real-time and historical financial information, including stock prices, financial statements, and options data. It enables comprehensive market research and investment analysis through natural language interactions.Last updated
- Alicense-qualityDmaintenanceEnables natural language queries for stock market data via the Rice Business Stock Market Data Portal, with Rice University email verification for access control.Last updated36MIT
- Alicense-qualityBmaintenanceProvides real-time stock market data for Claude Desktop and MCP-compatible clients, enabling natural language queries for quotes, historical prices, company profiles, financial statements, analyst ratings, comparisons, news, options, holdings, dividends, estimates, symbol search, and market status.Last updated49316MIT
Related MCP Connectors
Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enabβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kerrybackapps/data-portal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server