Skip to main content
Glama
rehanvipin

sqlite-mcp-server

by rehanvipin

Stock Pricing Data Generator

バックテストモデル向けの合成株価データを生成します。

目的

このプロジェクトは、株価予測モデルのテストと検証のために、現実的な合成株価データを生成します。生成されたデータは、適切な価格帯と取引日を備え、実際の株価変動を模したものになります。

Related MCP server: mcp-sqlite3

機能

  • 銘柄:apple、microsoft、meta、google

  • 取引所:nyse、nasdaq

  • 価格帯:$100 - $1000

  • 期間:CLIで設定可能(デフォルト:過去90日間)

  • 出力:SQLiteデータベース (stocks.db)

利用方法

uv run python generate_pricing.py

# Custom date range
uv run python generate_pricing.py --start 2026-01-01 --end 2026-04-25

データベーススキーマ

CREATE TABLE stock_pricing (
    id INTEGER PRIMARY KEY,
    stock_name TEXT NOT NULL,
    stock_price REAL NOT NULL,
    date TEXT NOT NULL,
    stock_exchange TEXT NOT NULL
);

必要条件

  • Python 3.x

  • uv

テスト

uv run pytest test_generate_pricing.py -v

MCPサーバー

MCPサーバーは現在、SQLiteと直接やり取りするために、STDIO上で動作しています。

サーバー起動

uv run mcp_server.py

ライセンス

MIT

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    A universal SQLite database management tool that enables SQL query execution through MCP protocol. Supports SELECT/INSERT/UPDATE/DELETE/CREATE operations with built-in SQL injection protection across stdio, SSE, and streamable-http communication modes.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Exposes sqlite3 database functionality as MCP tools, enabling SQL query execution, schema management, and CRUD operations.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides comprehensive SQLite database interaction through MCP, enabling CRUD operations, custom SQL queries, and database exploration.
    497
    126
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables read-only querying of a local SQLite database via MCP, with tools to list tables, retrieve schema, and execute SELECT/WITH/EXPLAIN queries.

View all related MCP servers

Related MCP Connectors

  • Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.

  • UN FAOSTAT global food & agriculture statistics over a local SQLite mirror, via MCP.

  • TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.

View all MCP Connectors

Latest Blog Posts

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/rehanvipin/sqlite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server