Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rice Stock Data Portal Server

БесплатноНе проверен

Enables querying Rice Business Stock Market Data Portal using natural language through Claude Desktop, allowing users to ask about financial ratios, stocks, and

GitHubEmbed

Описание

Enables querying Rice Business Stock Market Data Portal using natural language through Claude Desktop, allowing users to ask about financial ratios, stocks, and companies.

README

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

  1. Install the MCP server:

    npm install -g @kerryback/data-portal-mcp
    
  2. Get your access token from your Rice Data Portal instance

  3. 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"
          }
        }
      }
    }
    
  4. 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.

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 Database

The 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 implementation
  • package.json - NPM package configuration
  • Procfile - Koyeb deployment configuration
  • FINAL_MCP_README.md - Complete user documentation
  • DEPLOYMENT.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 start

Deployment

This MCP server can be deployed to Koyeb for remote access:

  1. Connect your GitHub repository to Koyeb
  2. Set environment variables in Koyeb dashboard
  3. Deploy using the provided Procfile

See DEPLOYMENT.md for complete instructions.

Documentation

  • FINAL_MCP_README.md - Complete user guide
  • DEPLOYMENT.md - Deployment instructions
  • claude_desktop_config.json - Configuration example

Support

License

MIT License - See LICENSE file for details

from github.com/kerrybackapps/data-portal-mcp

Установка Rice Stock Data Portal Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kerrybackapps/data-portal-mcp

FAQ

Rice Stock Data Portal Server MCP бесплатный?

Да, Rice Stock Data Portal Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rice Stock Data Portal Server?

Нет, Rice Stock Data Portal Server работает без API-ключей и переменных окружения.

Rice Stock Data Portal Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Rice Stock Data Portal Server в Claude Desktop, Claude Code или Cursor?

Открой Rice Stock Data Portal Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Rice Stock Data Portal Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai