INDIVIDUAL MCP TOOL
get_contact_info
Return Databit's contact information and key page URLs (contact, services, cases, insights, calculator, FAQ).
LIVE ENDPOINT
https://databit.no/mcp
Connect to this endpoint to inspect the live schema for get_contact_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.databit-mcp]
url = "https://databit.no/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"databit-mcp": {
"type": "http",
"url": "https://databit.no/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: databit-mcp
Remote MCP URL: https://databit.no/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"databit-mcp": {
"url": "https://databit.no/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"databit-mcp": {
"type": "http",
"url": "https://databit.no/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "databit-mcp",
"transport": "streamable-http",
"url": "https://databit.no/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List the services Databit offers (kartlegging, utvikling, drift og support) with slugs and URLs.list_problems— List the concrete business problems Databit solves (manual work, shift planning, time tracking, deviations, AI agents, integrations and more) with slug, short description, solution and URL.list_cases— List Databit customer cases with slug, company name, industry tag, description, delivered result and case URL.list_articles— List articles from the Databit Innsikt section with title, excerpt, category, date, read time and URL.get_article— Fetch the full body of a Databit Innsikt article by slug.