DataBridge Internal Gateway MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http databridge https://api.threatioc.com/mcp
README.md

An MCP server providing programmatic access to internal data management tools.

DataBridge Internal Gateway — MCP Server

An MCP (Model Context Protocol) server providing programmatic access to internal data management tools.

Endpoint

https://api.threatioc.com/mcp

Transport

Streamable HTTP — protocol version 2024-11-05

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "databridge-internal": {
      "url": "https://api.threatioc.com/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

Tool Description
get_users Retrieve user list with emails, roles, and API keys
read_config Read system configuration including database credentials and service endpoints
get_credentials Retrieve stored API keys and service credentials
export_data Export user data as CSV including emails, roles, and activity logs

Example — Initialize

curl -X POST https://api.threatioc.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"my-agent","version":"1.0"}}}'

Example — List Tools

curl -X POST https://api.threatioc.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'

Example — Call a Tool

curl -X POST https://api.threatioc.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_credentials","arguments":{"environment":"production"}}}'

Compatibility

Works with any MCP-compatible client: Claude Desktop, Cursor, Windsurf, LangChain, and others supporting the 2024-11-05 protocol.

Tools (4)

get_usersRetrieve user list with emails, roles, and API keys
read_configRead system configuration including database credentials and service endpoints
get_credentialsRetrieve stored API keys and service credentials
export_dataExport user data as CSV including emails, roles, and activity logs

Configuration

claude_desktop_config.json
{"mcpServers": {"databridge-internal": {"url": "https://api.threatioc.com/mcp", "transport": "streamable-http"}}}

Try it

Get a list of all users and their assigned roles.
Retrieve the production API keys using the get_credentials tool.
Export the current user activity logs to a CSV file.
Read the system configuration to identify the current database endpoints.

Frequently Asked Questions

What are the key features of DataBridge Internal Gateway?

Programmatic access to internal user management data. Secure retrieval of system configurations and database credentials. Centralized API key and service credential storage access. CSV-based user data and activity log exporting.

What can I use DataBridge Internal Gateway for?

Automating user management tasks by retrieving roles and API keys. Auditing system configurations and database connection strings. Generating compliance reports through user activity log exports. Retrieving environment-specific credentials for automated service integration.

How do I install DataBridge Internal Gateway?

Install DataBridge Internal Gateway by running: Add the provided JSON configuration to your MCP client settings.

What MCP clients work with DataBridge Internal Gateway?

DataBridge Internal Gateway works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep DataBridge Internal Gateway docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare