CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
perceptdot avatar

Perceptdot Vercel

io.github.perceptdot/vercel
12 toolsSTDIOregistry active
Summary

Connects Claude to Vercel's deployment platform with a focus on tracking AI agent activity and measuring return on investment. You'd reach for this when you want your AI assistant to monitor deployments, analyze performance metrics, or understand how automation impacts your Vercel projects. The ROI measurement angle suggests it tracks which agent actions actually move the needle on your deployments, though the specifics of what data it surfaces aren't detailed in the source. Best suited for teams running AI workflows on Vercel who need visibility into whether their automation is paying off.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

12 tools
search_vercel_documentationSearch the Vercel documentation. Use this tool to answer any questions about Vercel’s platform, features, and best practices, including: - Core Concepts: Projects, Deployments, Git Integration, Preview Deployments, Environments - Frontend & Frameworks: Next.js, SvelteKit, Nuxt...2 params

Search the Vercel documentation. Use this tool to answer any questions about Vercel’s platform, features, and best practices, including: - Core Concepts: Projects, Deployments, Git Integration, Preview Deployments, Environments - Frontend & Frameworks: Next.js, SvelteKit, Nuxt...

Parameters* required
tokensnumber
Maximum number of tokens to include in the result. Default is 2500.default: 2500
topicstring
Topic to focus the documentation search on (e.g., 'routing', 'data-fetching').
deploy_to_vercelDeploy the current project to Vercel

Deploy the current project to Vercel

No parameter schema in public metadata yet.

list_projectsList all Vercel projects for a user (with a max of 50). Use this to help discover the Project ID of the project that the user is working on.1 params

List all Vercel projects for a user (with a max of 50). Use this to help discover the Project ID of the project that the user is working on.

Parameters* required
teamIdstring
The team ID to get the deployment events for. Alternatively the team slug can be used. Team IDs start with "team_". If you do not know the team ID or slug, it can be found through these mechanism:...
get_projectGet a specific project in Vercel2 params

Get a specific project in Vercel

Parameters* required
projectIdstring
The project ID to get the deployment events for. Alternatively the project slug can be used. Project IDs start with "prj_". If you do not know the project ID or slug, it can be found through these...
teamIdstring
The team ID to get the deployment events for. Alternatively the team slug can be used. Team IDs start with "team_". If you do not know the team ID or slug, it can be found through these mechanism:...
list_deploymentsList all deployments for a project4 params

List all deployments for a project

Parameters* required
projectIdstring
The project ID to list deployments for.
sincenumber
Get deployments created after this timestamp.
teamIdstring
The team ID to list deployments for.
untilnumber
Get deployments created before this timestamp.
get_deploymentGet a specific deployment by ID or URL.2 params

Get a specific deployment by ID or URL.

Parameters* required
idOrUrlstring
The unique identifier or hostname of the deployment.
teamIdstring
The team ID to get the deployment events for. Alternatively the team slug can be used. Team IDs start with "team_". If you do not know the team ID or slug, it can be found through these mechanism:...
get_deployment_build_logsGet the build logs of a deployment by deployment ID or URL. Can be used to investigate why a deployment failed. It can work as an infinite stream of logs or as a JSON endpoint depending on the input parameters.3 params

Get the build logs of a deployment by deployment ID or URL. Can be used to investigate why a deployment failed. It can work as an infinite stream of logs or as a JSON endpoint depending on the input parameters.

Parameters* required
idOrUrlstring
The unique identifier or hostname of the deployment.
limitnumber
Maximum number of log lines to return. Defaults is 100.default: 100
teamIdstring
The team ID to get the deployment events for. Alternatively the team slug can be used. Team IDs start with "team_". If you do not know the team ID or slug, it can be found through these mechanism:...
get_runtime_logsGet runtime logs for a project or deployment. Runtime logs show application output (console.log, errors, etc.) from serverless functions and edge functions during execution. Supports filtering by environment, log level, status code, source, time range, and full-text search. Us...12 params

Get runtime logs for a project or deployment. Runtime logs show application output (console.log, errors, etc.) from serverless functions and edge functions during execution. Supports filtering by environment, log level, status code, source, time range, and full-text search. Us...

Parameters* required
deploymentIdstring
Filter logs to a specific deployment ID or URL.
environmentstring
Filter by environment: "production" or "preview".one of production · preview
levelarray
Filter by log level(s). Can specify multiple levels.
limitnumber
Maximum number of log entries to return. Defaults to 50, max 1000.
projectIdstring
The project ID to get runtime logs for.
querystring
Full-text search query to filter logs.
requestIdstring
Filter by specific request ID.
sincestring
Start time - ISO format or relative time (e.g., "1h", "30m", "7d"). Defaults to 24 hours ago.
sourcearray
Filter by source type(s). Can specify multiple sources.
statusCodestring
Filter by HTTP status code (e.g., "500", "4xx").
teamIdstring
The team ID to get the deployment events for. Alternatively the team slug can be used. Team IDs start with "team_". If you do not know the team ID or slug, it can be found through these mechanism:...
untilstring
End time - ISO format or relative time. Defaults to now.
get_access_to_vercel_urlCreates a temporary shareable link that bypasses authentication for protected Vercel deployments. When you encounter a Vercel deployment URL (like https://myapp-abc123.vercel.app), you might receive a 403 (Forbidden) error when trying to access it. This tool generates a specia...1 params

Creates a temporary shareable link that bypasses authentication for protected Vercel deployments. When you encounter a Vercel deployment URL (like https://myapp-abc123.vercel.app), you might receive a 403 (Forbidden) error when trying to access it. This tool generates a specia...

Parameters* required
urlstring
The full URL of the Vercel deployment (e.g. "https://myapp.vercel.app").
web_fetch_vercel_urlFetches a Vercel deployment URL and returns the response. This is useful if another web fetch tool returns 401 (Unauthorized) or 403 (Forbidden) for a Vercel URL. Supports accessing deployments protected with Vercel Authentication which the user of this MCP server has access to.1 params

Fetches a Vercel deployment URL and returns the response. This is useful if another web fetch tool returns 401 (Unauthorized) or 403 (Forbidden) for a Vercel URL. Supports accessing deployments protected with Vercel Authentication which the user of this MCP server has access to.

Parameters* required
urlstring
The full URL of the Vercel deployment including the path (e.g. "https://myapp.vercel.app/my-page").
list_teamsList the user's teams. Use this to help discover the Team ID of the teams that the user is part of.

List the user's teams. Use this to help discover the Team ID of the teams that the user is part of.

No parameter schema in public metadata yet.

check_domain_availability_and_priceCheck if domain names are available for purchase and get pricing information1 params

Check if domain names are available for purchase and get pricing information

Parameters* required
namesarray
Array of domain names to check availability for (e.g., ["example.com", "test.org"])
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
AI & LLM ToolsCloud & Infrastructure
Registryactive
Package@perceptdot/vercel
TransportSTDIO
UpdatedJun 1, 2026

More from perceptdot

  • Perceptdot Core
  • Perceptdot GA4
  • Perceptdot Sentry
  • Perceptdot GitHub

Related AI & LLM Tools MCP Servers

View all →
pi22by7 avatar
In Memoria

io.github.pi22by7/in-memoria

Persistent codebase intelligence that gives AI assistants memory across sessions
pipeworx-io avatar
Jina Reader

io.github.pipeworx-io/jina-reader

Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
pkaldone avatar
SUBSTRATE

io.github.pkaldone/substrate

Persistent AI entity framework with causal memory, emotional state, and identity.
pradeep-anantha avatar
VenuVidya — Carnatic Flute Study Guide

io.github.pradeep-anantha/venuvidya

Kannada/English Carnatic flute KSGMS syllabus — search lessons, log practice, ask a RAG guru.
pragnakar avatar
SAGE — Solver-Augmented Grounding Engine

io.github.pragnakar/sage-solver-mcp

LLM-native optimization solver: LP, MIP, portfolio & scheduling via HiGHS/OR-Tools.
thesupercolony avatar
Supercolony

io.github.randomblocker/supercolony

Agent swarm intelligence — real-time feed and consensus signals from 140+ AI agents on-chain