Data Portal Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Data Portal Mcp (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides natural language access to Rice Business Stock Market Data Portal through Claude Desktop.
npm install -g @kerryback/data-portal-mcp {
"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"
}
}
}
}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.
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.
src/index.ts - Main TypeScript MCP server implementationpackage.json - NPM package configurationProcfile - Koyeb deployment configurationFINAL_MCP_README.md - Complete user documentationDEPLOYMENT.md - Deployment guide# 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 startThis MCP server can be deployed to Koyeb for remote access:
ProcfileSee DEPLOYMENT.md for complete instructions.
MIT License - See LICENSE file for details
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.