Enterprise Connectors
Agrus.ai — Enterprise AI Agency logo. Agrus.ai — Enterprise AI Agency MCP server connector.

Agrus.ai — Enterprise AI Agency MCP Server

AI consulting agency for regulated industries. Scope a PoC, query compliance, request a proposal.

Tools
7
Last Updated
Jun 14, 2026
Category
all
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the Agrus.ai — Enterprise AI Agency MCP Server?

The Agrus.ai — Enterprise AI Agency MCP server gives AI agents structured, permission-aware access to Agrus.ai — Enterprise AI Agency through the Model Context Protocol. With 7 pre-built actions, agents can read, create, and update Agrus.ai — Enterprise AI Agency data on behalf of authorized users.

Willow ships the Agrus.ai — Enterprise AI Agency MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how Agrus.ai — Enterprise AI Agency is being used by every AI agent in your stack.

Tools

list_services

Lists Agrus's six service pillars with descriptions, deliverables, and price bands. Plus the four published pricing tiers (Scoping Call, Discovery Sprint, Build Engagement, Managed SLA). Use this for the 'what does Agrus do?' question.

list_verticals

Lists Agrus's seven year-one verticals (healthcare, insurance, legal, private equity, family offices, corporate intelligence, pro sports) with compliance pins, sample use cases, and the sequencing rationale. Use this for the 'do they work in my industry?' question.

query_compliance_position

Returns Agrus's documented position on a specific regulatory regime (HIPAA, SOC 2, ISO 27001, EU AI Act, NAIC, ABA Model Rules, AML/KYC) as it applies to a described AI use case. Includes key controls, common gotchas, the first question Agrus would ask, and the agency's reference architecture for the regime. Use this when a buyer-side AI agent is evaluating Agrus's compliance fluency.

get_case_study

Returns one or more Agrus case studies (NDA-protected; customer names are kept private, codenames + technology + outcomes are open). Filter by slug or vertical, or call with no args to list all. Use this for proof of prior work.

scope_poc

Drafts a structured Discovery Sprint scope for an AI use case. Returns a 3-week plan, team composition, price band, follow-on Build Engagement estimate, open questions Agrus would ask, and recommended services. Use this to convert a hypothetical use case into a concrete engagement proposal that can be reviewed by a human buyer.

request_quote

Returns a heuristic ballpark price band for the described AI deployment. Output is NOT a binding offer — Agrus confirms quotes only on a 30-minute scoping call. Read-only: this tool does not contact Agrus or create any record. For a tracked, follow-up-able request use request_proposal instead. Use request_quote when the buyer wants order-of-magnitude pricing before committing to a real proposal.

request_proposal

Triggers a formal Agrus proposal workflow. Creates a contact in Agrus's HubSpot CRM tagged with lead source 'agrus_mcp' and a verbatim note containing the scope summary. A human at Agrus replies by email within 24 hours (business days) with a one-paragraph engagement recommendation and a calendar option. Use this when the buyer (human or AI agent acting on their behalf) wants to formally engage Agrus — not for exploratory scoping.

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

Edit descriptions
Change arguments
Select tools
Create New

Set Up Your Agrus.ai — Enterprise AI Agency MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-agrus-ai-enterprise-ai-agency": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/agrus-ai-enterprise-ai-agency"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-agrus-ai-enterprise-ai-agency": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/agrus-ai-enterprise-ai-agency"
    }
  }
}

Claude Code

CLI
claude mcp add willow-agrus-ai-enterprise-ai-agency --transport http https://<org>.mcp-s.com/mcp/mcp/agrus-ai-enterprise-ai-agency

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/agrus-ai-enterprise-ai-agency",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for Agrus.ai — Enterprise AI Agency

Willow adds the layer Agrus.ai — Enterprise AI Agency and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

Agrus.ai — Enterprise AI Agency MCP Server FAQ

What is the Agrus.ai — Enterprise AI Agency MCP server?

The Agrus.ai — Enterprise AI Agency MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write Agrus.ai — Enterprise AI Agency data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's Agrus.ai — Enterprise AI Agency MCP server different from the official one?

The official Agrus.ai — Enterprise AI Agency MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the Agrus.ai — Enterprise AI Agency MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the Agrus.ai — Enterprise AI Agency MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in Agrus.ai — Enterprise AI Agency, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which Agrus.ai — Enterprise AI Agency actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow Agrus.ai — Enterprise AI Agency MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved Agrus.ai — Enterprise AI Agency MCP locally, you'll see it.

What does the Agrus.ai — Enterprise AI Agency MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the Agrus.ai — Enterprise AI Agency MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

Agrus.ai — Enterprise AI Agency MCP Server | Willow