Developers API & MCP

Conecta tus herramientas de IA a Nubiq. Gestiona conversaciones, busca documentos, monitorea analytics, todo desde Claude Code, Cursor o tus propios agentes.

Conectar desde Claude Code

Add Nubiq as an MCP server in Claude Code with a single command.

Terminal
claude mcp add nubiq --transport streamable-http \
  --url https://hub.nubiq.ai/api/mcp/ \
  --header "Authorization: Bearer YOUR_API_KEY"

Conectar desde Cursor

Add to your Cursor settings (.cursor/mcp.json):

.cursor/mcp.json
{
  "mcpServers": {
    "nubiq": {
      "transport": "streamable-http",
      "url": "https://hub.nubiq.ai/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Conectar desde cualquier cliente MCP

Any MCP-compatible client can connect using the standard JSON-RPC 2.0 protocol over streamable HTTP.

Generic config
{
  "server": "https://hub.nubiq.ai/api/mcp/",
  "transport": "streamable-http",
  "auth": {
    "type": "bearer",
    "token": "YOUR_API_KEY"
  }
}

Referencia de herramientas

30 tools grouped by domain. Each tool requires an API key with the correct scope.

💬

Conversations

  • conversations.list

    List conversations with filters

    conversations:read
  • conversations.get

    Get conversation details

    conversations:read
  • conversations.search

    Full-text search across conversations

    conversations:read
  • conversations.update_status

    Change conversation status

    conversations:write
  • conversations.assign

    Assign to agent or team

    conversations:write
  • conversations.reply

    Send agent reply

    conversations:write
🎫

Tickets

  • tickets.list

    List support tickets

    tickets:read
  • tickets.get

    Get ticket detail

    tickets:read
  • tickets.create

    Create a new ticket

    tickets:write
  • tickets.update

    Update ticket fields

    tickets:write
  • tickets.close

    Close a ticket

    tickets:write
📄

Documents

  • documents.list

    List knowledge base documents

    documents:read
  • documents.search

    Semantic search over documents

    documents:read
  • documents.upload

    Upload a new document

    documents:write
  • documents.delete

    Delete a document

    documents:write
  • documents.reindex

    Trigger reindex job

    documents:write
👤

Contacts

  • contacts.list

    List contact profiles

    contacts:read
  • contacts.get

    Get contact details

    contacts:read
  • contacts.search

    Search contacts by field

    contacts:read
📊

Analytics

  • analytics.overview

    KPI summary dashboard

    analytics:read
  • analytics.conversations

    Conversation metrics over time

    analytics:read
  • analytics.satisfaction

    CSAT and feedback scores

    analytics:read
🔌

Channels

  • channels.list

    List configured channels

    channels:read
  • channels.get

    Get channel config

    channels:read
  • channels.send

    Send outbound message

    channels:write
🎨

Widget

  • widget.list

    List widget configs

    widget:read
  • widget.get

    Get widget details

    widget:read
  • widget.update

    Update widget settings

    widget:write
👥

Team

  • team.members

    List team members

    team:read
  • team.invite

    Invite a new member

    team:write

Autenticacion

Obtener API Key

  1. Sign in to your Nubiq dashboard
  2. Go to Settings → API Keys
  3. Click Create API Key
  4. Select the scopes you need and set an expiration date
  5. Copy the key immediately — it will not be shown again

Scopes disponibles

ScopeDescription
conversations:readRead conversations and messages
conversations:writeReply, assign, close conversations
tickets:readRead tickets
tickets:writeCreate and update tickets
documents:readList and search documents
documents:writeUpload, delete, reindex documents
contacts:readRead contact profiles
analytics:readRead analytics and metrics
channels:readRead channel configs
channels:writeSend messages to channels
widget:readRead widget configs
widget:writeUpdate widget settings
billing:readRead billing and usage
team:readList team members
team:writeInvite members, manage roles
notifications:readRead notification events

Rate Limits

PlanRequests/minRequests/day
Pro6010,000
Enterprise300100,000
Nubiq Hub | Plataforma de IA Conversacional para Empresas