CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Cvinbio

vedangvatsa123/pdftowebsite
authSTDIOregistry active
Summary

Connects Claude to the CVin.Bio talent database so you can search and retrieve professional profiles that users have generated from their CV uploads. The platform itself parses PDFs into structured work history, education, and skills data stored in Supabase, then hosts them at custom URLs with auto-generated OpenGraph previews. You'd reach for this when building recruiting tools, talent search interfaces, or any workflow where you need to query a pool of structured candidate profiles without manually scraping LinkedIn or parsing raw resumes. The MCP layer gives you programmatic access to that cleaned, structured dataset that's already been extracted and validated through their AI parsing pipeline.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

CVin.Bio

CVin.Bio generates web profiles from CV documents using AI. Users upload their CVs, and the application extracts and routes the structured data into an editable profile hosted at a custom URL.

🚀 Key Features

  • 📄 AI CV Parsing: Upload a CV; the backend uses data extraction (pdf-parse) to categorize and store the user's personal information, work history, education, and skills.
  • 🎨 Structural Rendering: Generates a consistent, monochrome profile mapping without relying on manual themes.
  • ⚡ OpenGraph Edge Generation: Next.js uses the Edge Runtime (Satori) to automatically generate dynamic 1200x630 PNG social previews mapping the user's routing URL and avatar metrics.
  • 🔐 Supabase Integration: Connects to PostgreSQL using Row Level Security (RLS) and GoTrue Auth to persist user edits.
  • ✏️ Data Editor: A client-facing configuration dashboard to mutate work summaries, upload new media, and re-order data arrays.

🛠️ Tech Stack

  • Framework: Next.js 15 (App Router, Server Components)
  • Language: TypeScript
  • UI & Styling: Tailwind CSS v3 & Shadcn UI
  • Backend & Database: Supabase (PostgreSQL & Auth)
  • Image Generation: Next/OG

📁 Project Structure

/
├── src/
│   ├── app/
│   │   ├── [slug]/                   # Public Candidate Profile routes
│   │   │   ├── page.tsx              # Clean Server Component fetching public profiles
│   │   │   └── opengraph-image.tsx   # Edge rendering script natively drawing the SVG/PNG previews
│   │   ├── editor/                   # Authorized CV editing interface
│   │   ├── api/parse-resume/         # Local algorithmic RegEx parsing route
│   │   ├── opengraph-image.tsx       # Root landing page dynamic fallback preview
│   │   ├── page.tsx                  # Primary Landing interface
│   │   └── layout.tsx                # Symmetrical Universal UI boundaries
│   │
│   ├── components/                   # Shadcn UI atoms and universal Header elements
│   ├── lib/                          # Server utilities (Supabase Admin, Heuristics arrays)
│   ├── utils/                        # Client-side Supabase Browser constructors
│   └── types/                        # Strict universal TypeScript interfaces
│
├── docs/                             
│   └── design_guidelines.md          # Internal Brand identity and AI Prompts rules
└── ...

🏗️ Getting Started Locally

To run CVin.Bio perfectly locally, you will strictly only need a Supabase Database instance.

  1. Install Dependencies:

    npm install
    
  2. Environment Variables: Create a new .env.local file strictly mapping your keys into the repository root:

    NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
    NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
    NEXT_PUBLIC_SITE_URL=http://localhost:3000
    
  3. Boot Development Server:

    npm run dev
    

The application strictly renders natively on http://localhost:3000.


Built with strict mathematical geometry and aggressive minimalism.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SUPABASE_URL*

Supabase project URL

SUPABASE_KEY*secret

Supabase service role key

Categories
DatabasesSearch & Web Crawling
Registryactive
Package@cvinbio/mcp-server
TransportSTDIO
AuthRequired
UpdatedApr 5, 2026
View on GitHub

Related Databases MCP Servers

View all →
Postgres

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.
54
Read Only Local Postgres Mcp Server

hovecapital/read-only-local-postgres-mcp-server

MCP server for read-only PostgreSQL database queries in Claude Desktop
2
Database Mcp

cocaxcode/database-mcp

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
1
Mcp Mysql

io.github.infoinlet-marketplace/mcp-mysql

Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.
Database Admin

io.github.cybeleri/database-admin

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
Postgres Secured (Aegis Zero-Trust)

io.github.yash-0620/postgres-mcp-secured

Enterprise PostgreSQL MCP secured by Aegis Zero-Trust to block unauthorized SQL injections.