sqlite-mcp-server
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 -vMCP Server
MCP 서버는 현재 STDIO를 통해 SQLite와 직접 상호 작용 하도록 실행 중입니다.
서버 시작
uv run mcp_server.py라이선스
MIT
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
- AlicenseNot gradedqualityDmaintenanceA 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
- AlicenseNot gradedqualityCmaintenanceExposes sqlite3 database functionality as MCP tools, enabling SQL query execution, schema management, and CRUD operations.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides comprehensive SQLite database interaction through MCP, enabling CRUD operations, custom SQL queries, and database exploration.497126MIT
- FlicenseNot gradedqualityBmaintenanceEnables read-only querying of a local SQLite database via MCP, with tools to list tables, retrieve schema, and execute SELECT/WITH/EXPLAIN queries.
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.
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/rehanvipin/sqlite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server