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

How to Use the AbstractAPI MCP in CrewAI

Equip your CrewAI agent teams with real-time company enrichment, email validation, and localized timezone tracking.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect AbstractAPI MCP to CrewAI

Create your Vinkius account to connect AbstractAPI 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

Coordinate lead enrichment across specialized agent crews

`enrich_company` retrieves company names, employee counts, and LinkedIn profiles using domain names. In a CrewAI setup, your researcher agent uses this tool to build target accounts lists. The agent then passes this structured data to the analyst agent. Meanwhile, `validate_email` verifies the deliverability of contact emails to protect your sending reputation. Your validation agent runs this tool before handing the contact off to the outreach agent. This division of labor keeps your operations clean.

Deploy autonomous compliance checks using this CrewAI MCP Server

`validate_vat` checks EU VAT numbers to verify registration status and legal company names. Your billing agent uses this tool to confirm corporate credentials during onboarding. It flags invalid tax IDs for immediate human review. Following that, `validate_phone` checks the validity, carrier, and line type of international numbers. Your compliance crew uses this data to ensure text campaigns comply with local telecommunication laws. The entire process runs without human intervention.

Track global timezones and capture web evidence

`get_timezone` translates city names or coordinates into exact local times and UTC offsets. Your scheduler agent uses this tool to determine the perfect moment to send follow-up emails. It prevents your crew from contacting leads in the middle of the night. At the same time, `website_screenshot` captures live visual evidence of target websites. Your audit agent triggers this tool to document competitor landing pages. The crew stores these screenshots in a shared directory for later analysis.

Setup guide

Set up AbstractAPI 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 AbstractAPI tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent AbstractAPI 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 AbstractAPI MCP in CrewAI

Pass your Vinkius endpoint URL directly into the agent's `mcps` list during initialization. CrewAI automatically discovers all ten tools. Your specialized agents can then invoke them based on their assigned roles.
Yes, use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. This lets you restrict your outreach agent to email validation while giving your finance agent access to VAT verification. It maintains a secure, least-privilege architecture.
The framework automatically manages tool execution failures. If `geolocate_ip` fails due to an invalid format, the calling agent receives the error message. It then uses its internal reasoning to correct the input or alert the supervisor agent.
No, `website_screenshot` runs entirely on the hosted MCP Server infrastructure. Your CrewAI agents simply receive a permanent URL of the captured image. This keeps your local execution environment lightweight and fast.
Queries sent to `enrich_company` and `geolocate_ip` execute inside ephemeral V8 isolates. Vinkius immediately discards all domain names and IP addresses once the tools return their payload. No historical database of your crew's queries is ever maintained.

Start using the AbstractAPI MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

No hosting. No infrastructure. No complex setup.
All 10 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.