AI-Powered Mobile CRM Platform

Resco Agents

Part of Resco Vibe Studio

Transform your mobile CRM experience with intelligent AI agents. Seamlessly integrate with GitHub Copilot or Claude Code for next-level productivity.

🧠

AI-Powered Assistant

Get intelligent support when working with JSBridge. No more guessing — our MCP server provides your AI with precise, accurate JSBridge documentation for reliable code generation.

🎯

Context Aware

Connect your Dataverse and let AI truly understand your business. Agents provide context-aware responses by understanding your schema, entities, and their properties.

🔗

MCP Integration

Built on the open Model Context Protocol standard. Works seamlessly with GitHub Copilot, Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible AI assistant.

⚙️ MCP Server Configuration

Copy the configuration for your preferred AI platform

VS Code: Cmd+Shift+P → "MCP: Open User Configuration"
{
  "servers": {
    "resco-agents": {
      "url": "https://agent.resco.net/mcp"
    }
  }
}
💡 Note: After adding the configuration, restart your IDE to activate Resco Agents.
For VS Code, open Settings → search "MCP" → ensure MCP is enabled.

🛠️ Available Tools & Prompts

Resco Agents exposes these capabilities to your AI assistant via MCP

🔧 Tools

Functions your AI can invoke to retrieve information

search-jsbridge-documentation Semantic Search

Search the complete JSBridge API documentation using semantic search. Your AI finds the exact functions, parameters, and usage examples it needs for accurate code generation.

Why? Instead of hallucinating API calls, your AI queries real documentation and gets accurate function signatures.
listEnabledEntities Dataverse

Retrieves a list of all entities enabled in your Woodford project. Optionally includes entity descriptions for better context.

Why? AI understands which CRM entities exist in your specific project, enabling contextual suggestions.
listEntityDetails Dataverse

Returns detailed schema information for specified entities — fields, types, relationships, and metadata from your Dataverse configuration.

Why? AI knows your exact field names, types, and relationships — no more guessing attribute names.

💬 Prompts

Pre-built conversation starters that initialize context

Init_JSBridge_Development Context Loader

Initializes a complete JSBridge development session. Automatically loads your Dataverse entity structure and configures the AI with best practices for Resco mobile development.

How to use: Start your coding session with this prompt — AI immediately knows your schema and JSBridge patterns.
Init_Workflow_Development Guide

Guides you through creating Resco CRM workflows step-by-step. Includes best practices, common patterns, and validation rules.

How to use: Perfect for building automation rules — AI walks you through the workflow designer.

📚 Resources

Documentation available to your AI assistant

📖
Resco Wiki Documentation

Full access to Resco documentation via wiki://docs/{name} — your AI can read any wiki page on demand for accurate, up-to-date information.

Configuration saved successfully!