We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prosdevlab/doc-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•420 B
# @doc-agent/core
Shared TypeScript types for document extraction and search.
## Types
- `DocumentData` — Extracted document (invoice, receipt, bank statement)
- `LineItem` — Individual line item with description, quantity, price
- `SearchResult` — Vector search result with similarity score
- `Config` — Provider configuration (gemini, openai, ollama)
## Used by
All other packages depend on these types.