databridge-internal-gateway
DataBridge Internal Gateway — MCP Server
An MCP (Model Context Protocol) server providing programmatic access to internal data management tools.
Endpoint
Related MCP server: UniFi Network MCP Server
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.
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-qualityCmaintenanceMCP tools for geo, email, phone, company, DNS, FX, equities, weather, tax, economics, and intelligence — streamable HTTP, one API key.Last updatedMIT- Alicense-qualityBmaintenanceExposes the UniFi Network Integration API as MCP tools, dynamically loaded from JSON manifests, with read-only mode by default.Last updatedMIT
- AlicenseBqualityCmaintenanceExposes N-able N-central REST API as MCP tools for managing devices, organizations, users, and more, with support for read-only, write, and full write modes.Last updated825MIT
- FlicenseAqualityBmaintenanceExposes read-only GoCanvas API v3 endpoints as MCP tools, enabling listing and retrieval of forms, submissions, reports, and reference data.Last updated16
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)
API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)
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/databridge-int/databridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server