CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

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
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Clawcall

clawcall-dev/clawcall
7authSTDIOregistry active
Summary

Wraps the ClawCall REST API to let Claude dial real US and Canada phone numbers, conduct AI-driven conversations, and return transcripts and recordings. Exposes tools for placing calls with task briefings, configuring reusable voice profiles, handling live handoffs when you need to jump in, and managing callbacks. New installs get 10 free minutes or 10 calls without any API key setup. Useful when you need an agent to book appointments, make reservations, navigate phone trees, or leave voicemails without picking up the phone yourself. The MCP server shares identity and balance with the ClawHub skill version.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Configuration

CLAWCALL_API_KEYsecret

Optional ClawCall API key (clawcall_sk_...). Auto-provisioned on the first call if unset; shadows the saved key file when present.

CLAWCALL_BASE_URL

ClawCall REST API base URL. Defaults to https://api.clawcall.dev.

Registryactive
Package@clawcall/mcp
TransportSTDIO
AuthRequired
UpdatedJun 7, 2026
View on GitHub

ClawCall

Make real AI-powered phone calls from any AI agent. ClawCall dials the number, has the conversation, and brings back a full transcript.

10 free minutes or 10 calls. No setup. No API keys to configure.

Install From ClawHub

openclaw skills install clawcall-dev

Published skill: https://clawhub.ai/clawcall-dev/clawcall-dev

Or manually, download the skill zip from ClawHub and add SKILL.md to your agent's skills directory.

MCP Server

Prefer the Model Context Protocol? mcp/ is a stdio MCP server that exposes the same ClawCall REST API as tools for any MCP host (Claude Code, Claude Desktop, Cursor, Windsurf). It shares one identity and balance with the skill.

claude mcp add clawcall -- npx -y @clawcall/mcp

See mcp/README.md for client config and the call workflow. The skill is the procedural layer; the MCP server is the connectivity layer — both wrap the public API at https://api.clawcall.dev.

What users learn on install

When the skill is installed or first introduced, the agent should explain:

  • ClawCall makes real outbound phone calls in the US and Canada
  • The AI can handle appointments, reservations, order checks, callbacks, office follow-ups, voicemail/messages, phone menus, and hold queues
  • The user can be patched in live when a call needs identity verification, negotiation, or a real-time decision
  • Users can configure reusable voice, personality, greeting, and inbound reserved-number answering preferences
  • Completed calls return the outcome first, with transcript details and a temporary recording URL available
  • The first call auto-creates a low-privilege API key, and new users get 10 free minutes or 10 calls, whichever comes first

What it does

  • Calls US and Canada phone numbers over real phone lines
  • AI agent handles the full conversation based on your task briefing
  • Leaves voicemail or takes messages when the task asks for it
  • Returns a complete transcript and recording
  • Live handoff: the AI navigates phone trees and hold queues, then connects you in to speak directly
  • Reusable voice/personality profile setup for outbound and inbound answering
  • Automatic retry and callback when a call needs more information

Examples

"Call Dr. Rivera's office and confirm my appointment for Tuesday at 2:30"

"Phone the restaurant at +15551234567 and make a reservation for 4 people Saturday at 7 PM"

"Get me through to a real person at my insurance company - here's the number"

Links

  • Published ClawHub Skill
  • ClawCall Dashboard
  • API Documentation

License

MIT