Back to Apps

dbn-go
by nimblemarkets
Golang bindings and MCP servers for Databento binary encoding (DBN) and market data.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
dbn-go provides high-performance Golang bindings for Databento's binary encoding (DBN). It allows AI agents to interact with financial market data, including historical and live feeds, via specialized MCP servers for metadata and data ingestion.
Tools
get_mcp_meta: Retrieve metadata about Databento schemas and instruments without billing risk.ingest_dbn_data: Process and analyze DBN-encoded market data files.list_schemas: Query available data schemas for specific datasets.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dbn-go-meta": {
"command": "dbn-go-mcp-meta"
},
"dbn-go-data": {
"command": "dbn-go-mcp-data"
}
}
}
Supported hosts
- Claude Desktop
Quick install
go get github.com/NimbleMarkets/dbn-goInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"dbn-go-meta": {"command": "dbn-go-mcp-meta"}, "dbn-go-data": {"command": "dbn-go-mcp-data"}}}





