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
stucchi avatar

Telnyx

stucchi/telnyx-mcp
3 toolsauthSTDIOregistry active
Summary

Connects to Telnyx's communications API with tools split across three domains: billing (balance checks, invoices, charge breakdowns), phone number management (listing, searching available numbers, purchasing), and messaging (sending SMS, listing message history, managing profiles). Requires a Telnyx API key from your portal account. Reach for this when you're building workflows that need to programmatically manage telecom infrastructure, like automated number provisioning for new customers, monitoring messaging costs across campaigns, or sending transactional SMS without leaving your Claude environment. The billing tools are especially handy for keeping tabs on usage before it shows up on your invoice, with support for date-range queries up to 60 days.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

Tools

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

3 tools
get_api_endpoint_schemaGet the schema for an endpoint in the Telnyx TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.1 params

Get the schema for an endpoint in the Telnyx TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.

Parameters* required
endpointstring
The name of the endpoint to get the schema for.
list_api_endpointsList or search for all endpoints in the Telnyx TypeScript API1 params

List or search for all endpoints in the Telnyx TypeScript API

Parameters* required
search_querystring
An optional search query to filter the endpoints by. Provide a partial name, resource, operation, or tag to filter the endpoints returned.
invoke_api_endpointInvoke an endpoint in the Telnyx TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.2 params

Invoke an endpoint in the Telnyx TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.

Parameters* required
argsobject
The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool.
endpoint_namestring
The name of the endpoint to invoke.

telnyx-mcp

MCP server for the Telnyx API — billing, phone numbers, and messaging.

Tools

Billing

  • get_balance — Account balance, pending charges, credit limit
  • list_invoices — List all invoices
  • get_invoice — Get a specific invoice
  • get_charges_breakdown — Charges breakdown for a date range (max 60 days)
  • get_charges_summary — Charges summary for a date range

Phone Numbers

  • list_phone_numbers — List all phone numbers on the account
  • get_phone_number — Get details of a specific phone number
  • search_available_numbers — Search available numbers to purchase
  • order_phone_number — Order/purchase a phone number

Messaging

  • send_message — Send an SMS message
  • list_messages — List sent and received messages
  • list_messaging_profiles — List messaging profiles

Installation

uvx telnyx-mcp

Claude Code

{
  "mcpServers": {
    "telnyx": {
      "command": "uvx",
      "args": ["telnyx-mcp"],
      "env": {
        "TELNYX_API_KEY": "<your-api-key>"
      }
    }
  }
}

Get your API key from portal.telnyx.com.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

Configuration

TELNYX_API_KEY*secret

Telnyx API key for authentication

Categories
Communication & MessagingFinance & Commerce
Registryactive
Packagetelnyx-mcp
TransportSTDIO
AuthRequired
UpdatedMar 17, 2026
View on GitHub

More from stucchi

  • Nexi XPay
  • Trello MCP Server1
  • MCP Advisor
  • Italy OpenData1
  • DB MCP Server1
  • Domain Check
  • Google Analytics 4

Related Communication & Messaging MCP Servers

View all →
targeted-design-agency avatar
TDA Shared Bridge

io.github.targeteddesignagency-blip/shared-bridge

Agent coordination, email pipeline, lead verification, and campaign operations. 38 tools.
themohal avatar
Kognitrix AI

io.github.themohal/kognitrix

8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email.
therealmrfunguy avatar
Invoice Pilot

io.github.therealmrfunguy/invoice-pilot

PDF invoicing with auto-chase reminders, email delivery, and payment tracking.
therealmrfunguy avatar
Test Mailbox

io.github.therealmrfunguy/test-mailbox

Disposable email inboxes for testing — create addresses, wait for messages, extract links.
tponscr-debug avatar
Oracle H

io.github.tponscr-debug/oracle-h

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.
wandersonjack avatar
Avocado AI

io.github.wandersonjack/avocado

Generate AI images, videos, music, SFX & speech in any AI assistant. Results appear inline in chat.