4,500+ servers built on MCP Fusion
Vinkius
Focus Varejo logo
Vinkius
CrewAI logo

How to Use the Focus Varejo MCP in CrewAI

Deploy an autonomous finance team to manage Brazilian invoices using CrewAI and Focus Varejo.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Focus Varejo MCP on Cursor AI Code Editor MCP Client Focus Varejo MCP on Claude Desktop App MCP Integration Focus Varejo MCP on OpenAI Agents SDK MCP Compatible Focus Varejo MCP on Visual Studio Code MCP Extension Client Focus Varejo MCP on GitHub Copilot AI Agent MCP Integration Focus Varejo MCP on Google Gemini AI MCP Integration Focus Varejo MCP on Lovable AI Development MCP Client Focus Varejo MCP on Mistral AI Agents MCP Compatible Focus Varejo MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Focus Varejo MCP to CrewAI

Create your Vinkius account to connect Focus Varejo to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

A Multi-Agent Team for Fiscal Ops

Stop thinking about single API calls. With CrewAI, you can build a team of agents that manage your entire fiscal operation. Assign an 'Issuing Agent' the job of using `emit_nfce` for every confirmed order. Its only job is to create invoices. At the same time, have a 'Logistics Agent' responsible for inbound goods. This agent's toolset is limited to `manifest_nfe` and `manifest_cte`. It watches for new deliveries and confirms them, working in parallel with the rest of your crew.

Autonomous Compliance Monitoring

You can assign a 'Compliance Agent' to watch over the whole process. Give this agent the `consult_nfce` and `consult_nfcom` tools. Its task is to periodically review all recently issued documents and check for any with a 'rejected' or 'pending' status. If it finds a problem, it can delegate a task to another agent, like a 'Resolution Agent' equipped with the `cancel_nfce` tool, or simply send an alert. This creates a self-healing system for your fiscal paperwork, powered by this MCP Server.

Use CrewAI to Manage the Full Document Lifecycle

This server provides all the tools needed for a start-to-finish process. A 'Sales Agent' can use `emit_nfce`. If a customer returns an item, a 'Returns Agent' can use `cancel_nfce`. It's about assigning the right tool to the right role. You can also manage inbound documents. An 'Accounts Payable Agent' can be tasked with running `list_received_nfse` daily, finding all invoices issued against your company's tax ID, and preparing them for payment. CrewAI orchestrates the whole thing.

Setup guide

Set up Focus Varejo MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Focus Varejo tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Focus Varejo Analyst",
    goal="Access and analyze Focus Varejo data via MCP.",
    backstory="Expert analyst with direct Focus Varejo access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Focus Varejo transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Focus Varejo MCP in CrewAI

Define separate Agent roles in CrewAI. For example, create a 'SalesAgent' with the `emit_nfce` tool and a 'ReceivingAgent' with `manifest_nfe`. Pass the Focus Varejo MCP server URL to each agent's `mcps` parameter so they can access the tools.
Absolutely. That's the core idea. One agent's task can be to run `emit_nfce`. The output, like an invoice ID, can be passed to a second 'AuditorAgent' whose job is to immediately run `consult_nfce` to confirm it was authorized correctly.
Create a 'LogisticsAgent' in your crew. Its primary task is to confirm incoming shipments. Give it access to the `manifest_nfe` and `manifest_cte` tools from the Focus Varejo MCP server to perform its duties.
Just pass the Vinkius MCP URL directly into the `mcps` list when you define your Agent. CrewAI will automatically discover and make the 8 Focus Varejo tools available to that agent for its tasks.
Your CrewAI agents, the Vinkius MCP server, and Focus Varejo. The MCP server is a pass-through and doesn't persist any of your fiscal document data, such as details from `emit_nfce` or `list_received_nfse`. It's designed to be a stateless, secure connection.

Start using the Focus Varejo MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Focus Varejo. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.