Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
AI agent crew that generates technical integration tutorials by reading real source code using CrewAI + 11 MCP servers + Google Gemini. Includes vulnerability scanning and code review. CrewAI MCP Dev Tutorial Agents **A multi-agent system that generates technical integration tutorials by analyzing real source code, scanning for vulnerabilities, and writing production-quality guides — powered by CrewAI, Google Gemini, and 11 production MCP servers from the $1.** $1 $1 --- Why Most Developer Tutorials Fail Developers constantly search for integration guides — "How to integrate Stripe with Supabase in Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
crewai-mcp-dev-tutorial-agents is best for crewai, multi-agent workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
AI agent crew that generates technical integration tutorials by reading real source code using CrewAI + 11 MCP servers + Google Gemini. Includes vulnerability scanning and code review. CrewAI MCP Dev Tutorial Agents **A multi-agent system that generates technical integration tutorials by analyzing real source code, scanning for vulnerabilities, and writing production-quality guides — powered by CrewAI, Google Gemini, and 11 production MCP servers from the $1.** $1 $1 --- Why Most Developer Tutorials Fail Developers constantly search for integration guides — "How to integrate Stripe with Supabase in
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Vinkius Labs
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Vinkius Labs
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
5
Snippets
0
Languages
python
text
https://edge.vinkius.com/<your_token>/mcp
bash
git clone https://github.com/vinkius-labs/crewai-mcp-dev-tutorial-agents.git cd crewai-mcp-dev-tutorial-agents python -m venv .venv source .venv/bin/activate # Linux/macOS # .venv\Scripts\activate # Windows pip install -e .
bash
cp .env.example .env
bash
# Validate your environment dev-tutorial validate # Generate a tutorial dev-tutorial generate "Stripe" "Supabase" --framework "Next.js 15" # The tutorial is saved to output/ cat output/stripe-supabase-next-js-15-integration-guide.md
bash
# Stripe + Supabase in Next.js dev-tutorial generate "Stripe" "Supabase" --framework "Next.js 15" # Redis + FastAPI with Docker dev-tutorial generate "Redis" "FastAPI" --framework "Docker" # Sentry + Django dev-tutorial generate "Sentry" "Django" # Auth0 + Express.js dev-tutorial generate "Auth0" "Express.js" --framework "Node.js"
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
AI agent crew that generates technical integration tutorials by reading real source code using CrewAI + 11 MCP servers + Google Gemini. Includes vulnerability scanning and code review. CrewAI MCP Dev Tutorial Agents **A multi-agent system that generates technical integration tutorials by analyzing real source code, scanning for vulnerabilities, and writing production-quality guides — powered by CrewAI, Google Gemini, and 11 production MCP servers from the $1.** $1 $1 --- Why Most Developer Tutorials Fail Developers constantly search for integration guides — "How to integrate Stripe with Supabase in
A multi-agent system that generates technical integration tutorials by analyzing real source code, scanning for vulnerabilities, and writing production-quality guides — powered by CrewAI, Google Gemini, and 11 production MCP servers from the Vinkius AI Gateway.
Developers constantly search for integration guides — "How to integrate Stripe with Supabase in Next.js", "Connect Redis to FastAPI with Docker", "Set up Sentry in a Django project". These long-tail technical queries have low competition but attract highly qualified traffic: developers actively building something.
The problem is that most tutorials available today are written against outdated versions, use deprecated packages, skip error handling, and omit critical configuration steps. The author wrote the guide six months ago, the SDK had a breaking change in v3.2, and now hundreds of developers are hitting the same cryptic error on step 7.
This project takes a fundamentally different approach. Instead of writing from memory, three AI agents read the actual source code from GitHub, validate every dependency against vulnerability databases, and then write the tutorial with verified, current code. The critical enabler is the Model Context Protocol (MCP) — an open standard that gives AI agents direct access to developer platforms through a unified interface.
The system operates as a sequential pipeline of three specialized agents, each connected to MCP servers hosted on the Vinkius AI Gateway.
The first agent acts as a senior engineer performing a code review of the integration. It connects to four MCP servers:
The agent reads the actual source code before suggesting any integration pattern. If the library changed its authentication method in the latest release, the agent knows — because it just read the code.
The second agent reviews everything the first agent proposed. It connects to five MCP servers:
This phase catches the problems that ruin tutorials: the deprecated connectOptions parameter that was renamed in v2.4, the security advisory on the auth middleware, the undocumented rate limit that causes silent failures.
The third agent writes the final tutorial. Before writing, it uses two MCP servers for keyword research:
The result is a ~3,000-word tutorial with step-by-step instructions, complete code blocks with syntax highlighting, exact version requirements, a troubleshooting section covering the top 5 errors, and a FAQ targeting developer search queries.
Developer tooling is fragmented across dozens of platforms — GitHub, GitLab, npm, PyPI, Docker Hub, Snyk, Sentry, SonarCloud, and more. Building custom integrations for each platform is exactly the kind of tedious work that slows down agent development.
The Vinkius AI Gateway provides a managed registry of over 2,600 production-ready MCP servers that cover the entire developer ecosystem. Each server is an authenticated SSE endpoint:
https://edge.vinkius.com/<your_token>/mcp
This project uses 11 of those 2,600+ servers. The architecture is extensible — adding a new data source requires a single configuration change. Consider what becomes possible:
The Vinkius AI Gateway already has MCP servers for Stripe, Supabase, Vercel, Notion, Linear, Jira, MongoDB, Redis, Datadog, and hundreds more. The limiting factor is no longer integration effort — it is deciding what to build.
| MCP Server | Agent | Data Provided | |---|---|---| | github-mcp | Senior Engineer | Repository code, releases, issues, examples | | gitlab-mcp | Senior Engineer | GitLab repositories, CI/CD configs | | docker-hub-mcp | Senior Engineer | Docker images, tags, deployment configs | | firecrawl-mcp | Senior Engineer | Official documentation, API references | | snyk-mcp | Code Reviewer | Dependency vulnerability scanning | | sonarcloud-mcp | Code Reviewer | Code quality, best practice patterns | | sentry-mcp | Code Reviewer | Common runtime errors from other devs | | swaggerhub-mcp | Code Reviewer | API specification validation | | exa-ai-mcp | Code Reviewer | Stack Overflow, dev forums, blog posts | | semrush-mcp | Technical Writer | Developer keyword research | | serpapi-mcp | Technical Writer | SERP features, competitor tutorials |
All 11 servers are hosted on the Vinkius AI Gateway. Browse the full catalog of 2,600+ production-ready MCP servers at vinkius.com/en/categories.
git clone https://github.com/vinkius-labs/crewai-mcp-dev-tutorial-agents.git
cd crewai-mcp-dev-tutorial-agents
python -m venv .venv
source .venv/bin/activate # Linux/macOS
# .venv\Scripts\activate # Windows
pip install -e .
cp .env.example .env
Open .env and configure:
# Validate your environment
dev-tutorial validate
# Generate a tutorial
dev-tutorial generate "Stripe" "Supabase" --framework "Next.js 15"
# The tutorial is saved to output/
cat output/stripe-supabase-next-js-15-integration-guide.md
# Stripe + Supabase in Next.js
dev-tutorial generate "Stripe" "Supabase" --framework "Next.js 15"
# Redis + FastAPI with Docker
dev-tutorial generate "Redis" "FastAPI" --framework "Docker"
# Sentry + Django
dev-tutorial generate "Sentry" "Django"
# Auth0 + Express.js
dev-tutorial generate "Auth0" "Express.js" --framework "Node.js"
| Section | Purpose | |---|---| | TL;DR | What you will build, in one paragraph | | Prerequisites | Exact versions, accounts, API keys needed | | Project Setup | Terminal commands to scaffold from zero | | Step-by-Step Integration | Complete code blocks with filenames | | Testing | Verification commands for each step | | Error Handling | Production-ready patterns, not demo code | | Deployment Considerations | Env variables, secrets, Docker setup | | Troubleshooting | Top 5 errors with solutions | | FAQ | 5 developer questions targeting search | | Version Reference | Exact package versions tested |
@CrewBase decoratorsmcps= field with SSE transport to Vinkius AI Gatewaymax_rpm=10 per agent to stay within Gemini free tier limitsThe Model Context Protocol is an open standard for connecting AI systems to external tools and data sources. See modelcontextprotocol.io.
Yes. Through the GitHub and GitLab MCP servers, the agent reads file contents, browses directory structures, checks the latest releases, and analyzes real code. Through Firecrawl, it scrapes the official documentation pages. It does not rely on training data — it reads the current state of the code.
Yes. CrewAI supports OpenAI, Anthropic, Mistral, and any LiteLLM-compatible model. Change the LLM configuration in crew.py.
Add the server to config/mcp_servers.yaml, set the URL in .env, and it becomes available. The Vinkius AI Gateway offers 2,600+ MCP servers — explore the full catalog.
We welcome contributions. Please read the Contributing Guide before submitting a pull request.
MIT — see LICENSE.
Built by Vinkius Labs with CrewAI and the Vinkius AI Gateway.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-17T03:27:55.000Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "crewai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "multi-agent",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:crewai|supported|profile capability:multi-agent|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Vinkius Labs",
"href": "https://github.com/vinkius-labs/crewai-mcp-dev-tutorial-agents",
"sourceUrl": "https://github.com/vinkius-labs/crewai-mcp-dev-tutorial-agents",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:03.934Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:03.934Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-vinkius-labs-crewai-mcp-dev-tutorial-agents/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to crewai-mcp-dev-tutorial-agents and adjacent AI workflows.