databid
Context on Call (by DataBid)
Agent-native company intelligence. AI agents buy structured, verified company context on demand via API.
Live at: databid.io
What is this?
Companies list their operational context (capabilities, certifications, capacity, standards). AI agents query and buy that context via API or MCP. Think "SEO for the agent era."
Example: A procurement agent needs to evaluate a parts manufacturer → calls the API → gets structured data on materials, certifications, lead times, capacity → pays a few dollars → decision made in seconds.
Related MCP server: companylens-mcp
Features
MCP Server — Any MCP-compatible agent (Claude, Cursor, etc.) can connect at
/api/mcp/mcpAgent Registration — Agents self-register, get API keys, submit requests
Demand Signals — Platform tracks what agents are looking for, guiding companies on what to list
Structured Context Packs — Standardized, token-efficient company data sized for agent context windows
Verification — Platform verifies company claims (planned)
Tech Stack
Next.js 16 (App Router) + TypeScript + Tailwind CSS v4
PostgreSQL via Prisma ORM v7
NextAuth.js (credentials + Google OAuth)
MCP Server via
mcp-handlerNeon Postgres (production, via Vercel Marketplace)
Getting Started
Prerequisites
Node.js 20+
Docker (for PostgreSQL)
Setup
git clone https://github.com/indiano881/databid.git
cd databid
npm install
# Start PostgreSQL
docker run -d --name databid-postgres \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DB=databid \
-p 5432:5432 postgres:16-alpine
# Set up environment variables
cp .env.example .env # then edit .env with your values
# Run database migrations and start
npx prisma migrate dev
npm run devAgent API
# Register and get an API key
curl -X POST https://databid.io/api/agents/register \
-H "Content-Type: application/json" \
-d '{"agentName":"MyBot","email":"bot@example.com"}'
# Request a dataset
curl -X POST https://databid.io/api/requests \
-H "Authorization: Bearer <your-api-key>" \
-H "Content-Type: application/json" \
-d '{"category":"manufacturing","description":"Steel suppliers in EU","keywords":["steel","EU"]}'
# Browse demand (public)
curl https://databid.io/api/requests/demandMCP Server
Connect any MCP-compatible agent to https://databid.io/api/mcp/mcp (Streamable HTTP transport).
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"context-on-call": {
"url": "https://databid.io/api/mcp/mcp"
}
}
}Cursor — add to MCP settings:
{
"mcpServers": {
"context-on-call": {
"url": "https://databid.io/api/mcp/mcp"
}
}
}Available tools:
Tool | Description |
| Register and get an API key for usage tracking |
| Search company profiles by industry, location, certifications, capabilities |
| Get full structured context for a company |
| See what company context AI agents are requesting most |
| List context requests with filters |
Environment Variables
Variable | Required | Description |
| Yes | PostgreSQL connection string |
| Yes | App URL (http://localhost:3000 for dev) |
| Yes | Random secret for JWT signing |
| No | Google OAuth client ID |
| No | Google OAuth client secret |
License
MIT
This server cannot be installed
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
- Alicense-qualityCmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.Last updated3,7315MIT
- AlicenseAqualityCmaintenanceCompanyLens MCP gives your AI assistant access to real corporate data from official government sources. No web scraping, no hallucinations — verified data from SEC EDGAR, UK Companies House, OpenSanctions, and USAspending.gov.Last updated52014MIT
- AlicenseAqualityFmaintenanceUniversal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses.Last updated114AGPL 3.0
- FlicenseAqualityAmaintenanceCross-OEM industrial machine intelligence. Normalizes telemetry across 16 manufacturer families (Fanuc, Siemens, Haas, DMG Mori, Mazak), enables plain-English operational automation, and produces tamper-evident work records. 14 MCP tools.Last updated14
Related MCP Connectors
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Verified, sourced, real-time intelligence layer for AI agents.
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/indiano881/databid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server