{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_hpjxh6vnemzp","handle":"iflow-mcp-mcp-sqlalchemy-server","url":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server","markdown":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-sqlalchemy-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-sqlalchemy-server/status","claim":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-mcp-sqlalchemy-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-sqlalchemy-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-sqlalchemy-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-mcp-sqlalchemy-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_mcp-sqlalchemy-server","summary":"A simple MCP ODBC server using FastAPI and ODBC","description":"---\n\n# MCP Server ODBC via SQLAlchemy\n\nA lightweight MCP (Model Context Protocol) server for ODBC built with **FastAPI**, **pyodbc**, and **SQLAlchemy**. This server is compatible with Virtuoso DBMS and other DBMS backends that implement a SQLAlchemy provider.\n\n![mcp-client-and-servers|648x499](https://www.openlinksw.com/data/gifs/mcp-client-and-servers.gif)\n\n---\n\n## Features\n\n- **Get Schemas**: Fetch and list all schema names from the connected database.\n- **Get Tables**: Retrieve table information for specific schemas or all schemas.\n- **Describe Table**: Generate a detailed description of table structures, including:\n  - Column names and data types\n  - Nullable attributes\n  - Primary and foreign keys\n- **Search Tables**: Filter and retrieve tables based on name substrings.\n- **Execute Stored Procedures**: In the case of Virtuoso, execute stored procedures and retrieve results.\n- **Execute Queries**:\n  - JSONL result format: Optimized for structured responses.\n  - Markdown table format: Ideal for reporting and visualization.\n\n---\n\n## Prerequisites\n\n1. **Install uv**:\n   ```bash\n   pip install uv\n   ```\n   Or use Homebrew:\n   ```bash\n   brew install uv\n   ```\n\n2. **unixODBC Runtime Environment Checks**:\n\n1. Check installation configuration (i.e., location of key INI files) by running: `odbcinst -j`\n2. List available data source names by running: `odbcinst -q -s`\n   \n3. **ODBC DSN Setup**: Configure your ODBC Data Source Name (`~/.odbc.ini`) for the target database. Example for Virtuoso DBMS:\n   ```\n   [VOS]\n   Description = OpenLink Virtuoso\n   Driver = /path/to/virtodbcu_r.so\n   Database = Demo\n   Address = localhost:1111\n   WideAsUTF16 = Yes\n   ```\n\n3. **SQLAlchemy URL Binding**: Use the format:\n   ```\n   virtuoso+pyodbc://user:password@VOS\n   ```\n\n---\n\n## Installation\n\nClone this repository:\n```bash\ngit clone https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server.git\ncd mcp-sqlalchemy-server\n```\n## Environment Variables \nUpdate your `.env`by overriding the d…","publisher":null,"homepage":null,"repository":null,"version":"0.3.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_mcp-sqlalchemy-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_mcp-sqlalchemy-server","registry":"pypi","observedAt":"2026-09-15T19:23:14.357Z","publishedAt":"2025-11-11T09:29:02.955413Z","latestVersion":"0.3.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_mcp-sqlalchemy-server","url":"https://pypi.org/project/iflow-mcp_mcp-sqlalchemy-server/","firstSeenAt":"2026-09-09T20:23:57.810Z","fetchedAt":"2026-09-15T19:21:33.172Z","normalizedAt":"2026-09-15T19:21:33.172Z"}]},"firstSeenAt":"2026-09-09T20:23:57.810Z","updatedAt":"2026-09-15T19:23:14.357Z"}