placetel-web-api-mcp-server (Wagner-Emden-IT-Services/placetel-web-api-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 124 tools. No publisher has claimed this listing.

D
Caution
56/100

placetel-web-api-mcp-server

MCP server exposing the complete Placetel Web API v2 with 124 tools for managing telephony services, contacts, calls, and more.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Wagner-Emden-IT-Services

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 16 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
124 tools verified — handlers match their declared behaviour
50 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: PLACETEL_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes124 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

placetel_get_ai_status

AI integration status. (GET /ai/status) Read-only.

placetel_list_call_center_agents

Fetch all call center agents. (GET /call_center_agents) Read-only.

placetel_create_call_center_agent

Create an agent. (POST /call_center_agents)

placetel_update_call_center_agent

Update an agent. (PUT /call_center_agents/{id})

placetel_list_call_center_calls

Fetch all call center calls. (GET /call_center_calls) Read-only.

placetel_pick_call_center_call

Pick a call center call. (POST /call_center_calls/{id}/{pick})

placetel_list_call_center_queues

Fetch all call center queues. (GET /call_center_queues) Read-only.

placetel_create_call_center_queue

Create a queue. (POST /call_center_queues)

placetel_update_call_center_queue

Update a queue. (PUT /call_center_queues/{id})

placetel_list_call_detail_records

Get call detail records. (GET /call_detail_records) Read-only.

placetel_list_calls

Fetch all incoming calls. (GET /calls) Read-only.

placetel_initiate_call

Initiate a call. (POST /calls)

placetel_get_call

Retrieve a call. (GET /calls/{id}) Read-only.

placetel_delete_call

Delete a call. (DELETE /calls/{id}) Destructive.

placetel_list_contacts

Fetch all contacts of the Placetel account. Supports field filters, number search and pagination. Read-only. Returns a list of contact objects (id, first_name, last_name, company, phone/mobile numbers, email, tags, ...).

placetel_create_contact

Create a new contact. Provide any subset of contact fields (all optional). Returns the created contact object.

placetel_get_contact

Retrieve a single contact by its numeric id. Read-only.

placetel_update_contact

Update an existing contact by id. Provide the fields to change. Returns the updated contact.

placetel_delete_contact

Delete a contact by id. Destructive and irreversible.

placetel_cti_answer

Answer. (POST /cti/{mac}/answer)

placetel_cti_blind_transfer

Blind transfer. (POST /cti/{mac}/blind_transfer)

placetel_cti_complete_conference

Complete conference. (POST /cti/{mac}/complete_conference)

placetel_cti_complete_transfer

Complete transfer. (POST /cti/{mac}/complete_transfer)

placetel_cti_decline

Decline. (POST /cti/{mac}/decline)

placetel_cti_dial

Dial. (POST /cti/{mac}/dial)

placetel_cti_dial_digit

Dial digit. (POST /cti/{mac}/dial_digit)

placetel_cti_hangup

Hangup. (POST /cti/{mac}/hangup)

placetel_cti_hold

Hold. (POST /cti/{mac}/hold)

placetel_cti_resume

Resume. (POST /cti/{mac}/resume)

placetel_cti_start_conference

Start conference. (POST /cti/{mac}/start_conference)

placetel_cti_start_transfer

Start transfer. (POST /cti/{mac}/start_transfer)

placetel_cti_send_dtmf_digits

Send DTMF Digits. (POST /cti/{mac}/send_dtmf_digits)

placetel_get_cti_config

Get config params. (GET /cti/{mac}) Read-only.

placetel_set_cti_config

Set config params. (PUT /cti/{mac})

placetel_list_devices

Fetch all devices. (GET /devices) Read-only.

placetel_list_faxes

Fetch in- and outbound faxes. (GET /faxes) Read-only.

placetel_create_fax

Create outbound fax. (POST /faxes)

placetel_get_fax

Fetch specific fax. (GET /faxes/{id}) Read-only.

placetel_delete_fax

Delete a fax. (DELETE /faxes/{id}) Destructive.

placetel_list_groups

Fetch all groups. (GET /groups) Read-only.

placetel_create_group

Create a group. (POST /groups)

placetel_get_group

Fetch a group. (GET /groups/{id}) Read-only.

placetel_update_group

Update a group. (PUT /groups/{id})

placetel_delete_group

Delete a group. (DELETE /groups/{id}) Destructive.

placetel_get_microsoft_teams_integration

Integration. (GET /microsoft_teams/integration) Read-only.

placetel_import_microsoft_teams_user

Import user. (POST /microsoft_teams/users)

placetel_list_microsoft_teams_users

Fetch all users. (GET /microsoft_teams/users) Read-only.

placetel_sync_microsoft_teams_user

Sync user. (PATCH /microsoft_teams/sync/{sip_user_id})

placetel_disconnect_microsoft_teams_user

Disconnect user. (DELETE /microsoft_teams/users/{sip_user_id}) Destructive.

placetel_list_number_profiles

List profiles for a number. (GET /numbers/{number_id}/profiles) Read-only.

placetel_create_number_profile

Creates a new profile for a number. (POST /numbers/{number_id}/profiles)

placetel_activate_number_profile

Activates a profile for a number. (PUT /numbers/{number_id}/profiles)

placetel_delete_number_profile

Delete a profile for a number. (DELETE /numbers/{number_id}/profiles/{id}) Destructive.

placetel_activate_number

Activate a number. (POST /numbers/{id}/activation)

placetel_deactivate_number

Deactivate a number. (DELETE /numbers/{id}/activation) Destructive.

placetel_list_numbers

Get all numbers. (GET /numbers) Read-only.

placetel_get_number

Retrieve a number. (GET /numbers/{id}) Read-only.

placetel_list_prompts

Fetch all prompts. (GET /prompts) Read-only.

placetel_create_prompt

Create a prompt. (POST /prompts)

placetel_get_prompt

Retrieve a prompt. (GET /prompts/{id}) Read-only.

placetel_update_prompt

Update a prompt. (PUT /prompts/{id})

placetel_delete_prompt

Delete a prompt. (DELETE /prompts/{id}) Destructive.

placetel_list_provisionings

Get all phone provisionings. (GET /provisionings) Read-only.

placetel_create_provisioning

Creates a phone provisionings. (POST /provisionings)

placetel_get_provisioning

Retrieve a phone provisionings. (GET /provisionings/{id}) Read-only.

placetel_update_provisioning

Update a phone provisionings. (PUT /provisionings/{id})

placetel_delete_provisioning

Delete a phone provisionings. (DELETE /provisionings/{id}) Destructive.

placetel_get_provisioning_custom_configurations

Retrieve a phone provisionings custom configurations. (GET /provisionings/{id}/custom_configurations) Read-only.

placetel_upsert_provisioning_custom_configuration

Update or create a phone provisionings custom configuration key. (PUT /provisionings/{id}/custom_configurations)

placetel_delete_provisioning_custom_configuration

Delete a phone provisionings custom configuration key. (DELETE /provisionings/{id}/custom_configurations/{custom_configuration_id}) Destructive.

placetel_reconfigure_provisioning

Trigger reconfiguration of a phone. (POST /provisionings/{id}/reconfigure)

placetel_list_recordings

Fetch call recordings. (GET /recordings) Read-only.

placetel_get_recording

Fetch specific recording. (GET /recordings/{id}) Read-only.

placetel_delete_recording

Delete a recording. (DELETE /recordings/{id}) Destructive.

placetel_list_routing_plans

Get all routing plans. (GET /routing_plans) Read-only.

placetel_create_routing_plan

Create a routing plan. (POST /routing_plans)

placetel_get_routing_plan

Get a routing plan. (GET /routing_plans/{id}) Read-only.

placetel_update_routing_plan

Update a routing plan. (PUT /routing_plans/{id})

placetel_delete_routing_plan

Delete a routing plan. (DELETE /routing_plans/{id}) Destructive.

placetel_list_routing_plan_routings

Get a routing plans objects. (GET /routing_plans/{id}/routings) Read-only.

placetel_simulate_routing_plan

Simulate the usage of a routing plan. (GET /routing_plans/{id}/simulate) Read-only.

placetel_list_routings

Get all routings. (GET /routings) Read-only.

placetel_create_routing

Create a routing object. (POST /routings)

placetel_get_routing

Retrieve routing. (GET /routings/{number_or_id}) Read-only.

placetel_update_routing

Update routing. (PUT /routings/{number_or_id})

placetel_delete_routing

Delete a routing object. (DELETE /routings/{number_or_id}) Destructive.

placetel_list_sim_cards

Fetch all SIM cards. (GET /sim_cards) Read-only.

placetel_get_sim_card

Retrieve a SIM card. (GET /sim_cards/{id}) Read-only.

placetel_list_sip_user_short_codes

Short codes. (GET /sip_users/{id}/short_codes) Read-only.

placetel_create_sip_user_short_code

Create short code. (POST /sip_users/{id}/short_codes)

placetel_delete_sip_user_short_code

Delete short code. (DELETE /sip_users/{id}/short_codes/{code_id}) Destructive.

placetel_list_sip_users

Fetch all sip users. (GET /sip_users) Read-only.

placetel_create_sip_user

Create a sip user. (POST /sip_users)

placetel_get_sip_user

Fetch a sip user. (GET /sip_users/{id}) Read-only.

placetel_update_sip_user

Update a sip user. (PUT /sip_users/{id})

placetel_delete_sip_user

Delete a sip user. (DELETE /sip_users/{id}) Destructive.

placetel_list_sites

Get all sites. (GET /sites) Read-only.

placetel_get_site

Retrieve a site. (GET /sites/{id}) Read-only.

placetel_send_sms

Send SMS. (POST /sms)

placetel_list_subscriptions

List subscriptions. (GET /subscriptions) Read-only.

24 further tools are not listed here. The complete surface is in the source.

// known CVEs in dependencies16 high5 medium9 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.11.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.11.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.11.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.7.9GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.7.9GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretPLACETEL_API_KEYAuth: Bearer token via
// quality suggestions

Tool inputs are validated

114/124 tool handlers declare input schemas (92%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 16 high severity in production deps — @modelcontextprotocol/sdk@1.11.0 (high), @modelcontextprotocol/sdk@1.11.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/wagner-emden-it-services/placetel-web-api-mcp-server?variant=verified)](https://m8ven.ai/mcp/wagner-emden-it-services/placetel-web-api-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 7092680a7c783e47990a294a9652ad10779147d7
code hash: 3c31e97c21834a6030852c720f27a4e3530ead875d21b706c017b5b7700fa10a
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client