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.
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
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
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.
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_statusAI integration status. (GET /ai/status) Read-only.
placetel_list_call_center_agentsFetch all call center agents. (GET /call_center_agents) Read-only.
placetel_create_call_center_agentCreate an agent. (POST /call_center_agents)
placetel_update_call_center_agentUpdate an agent. (PUT /call_center_agents/{id})
placetel_list_call_center_callsFetch all call center calls. (GET /call_center_calls) Read-only.
placetel_pick_call_center_callPick a call center call. (POST /call_center_calls/{id}/{pick})
placetel_list_call_center_queuesFetch all call center queues. (GET /call_center_queues) Read-only.
placetel_create_call_center_queueCreate a queue. (POST /call_center_queues)
placetel_update_call_center_queueUpdate a queue. (PUT /call_center_queues/{id})
placetel_list_call_detail_recordsGet call detail records. (GET /call_detail_records) Read-only.
placetel_list_callsFetch all incoming calls. (GET /calls) Read-only.
placetel_initiate_callInitiate a call. (POST /calls)
placetel_get_callRetrieve a call. (GET /calls/{id}) Read-only.
placetel_delete_callDelete a call. (DELETE /calls/{id}) Destructive.
placetel_list_contactsFetch 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_contactCreate a new contact. Provide any subset of contact fields (all optional). Returns the created contact object.
placetel_get_contactRetrieve a single contact by its numeric id. Read-only.
placetel_update_contactUpdate an existing contact by id. Provide the fields to change. Returns the updated contact.
placetel_delete_contactDelete a contact by id. Destructive and irreversible.
placetel_cti_answerAnswer. (POST /cti/{mac}/answer)
placetel_cti_blind_transferBlind transfer. (POST /cti/{mac}/blind_transfer)
placetel_cti_complete_conferenceComplete conference. (POST /cti/{mac}/complete_conference)
placetel_cti_complete_transferComplete transfer. (POST /cti/{mac}/complete_transfer)
placetel_cti_declineDecline. (POST /cti/{mac}/decline)
placetel_cti_dialDial. (POST /cti/{mac}/dial)
placetel_cti_dial_digitDial digit. (POST /cti/{mac}/dial_digit)
placetel_cti_hangupHangup. (POST /cti/{mac}/hangup)
placetel_cti_holdHold. (POST /cti/{mac}/hold)
placetel_cti_resumeResume. (POST /cti/{mac}/resume)
placetel_cti_start_conferenceStart conference. (POST /cti/{mac}/start_conference)
placetel_cti_start_transferStart transfer. (POST /cti/{mac}/start_transfer)
placetel_cti_send_dtmf_digitsSend DTMF Digits. (POST /cti/{mac}/send_dtmf_digits)
placetel_get_cti_configGet config params. (GET /cti/{mac}) Read-only.
placetel_set_cti_configSet config params. (PUT /cti/{mac})
placetel_list_devicesFetch all devices. (GET /devices) Read-only.
placetel_list_faxesFetch in- and outbound faxes. (GET /faxes) Read-only.
placetel_create_faxCreate outbound fax. (POST /faxes)
placetel_get_faxFetch specific fax. (GET /faxes/{id}) Read-only.
placetel_delete_faxDelete a fax. (DELETE /faxes/{id}) Destructive.
placetel_list_groupsFetch all groups. (GET /groups) Read-only.
placetel_create_groupCreate a group. (POST /groups)
placetel_get_groupFetch a group. (GET /groups/{id}) Read-only.
placetel_update_groupUpdate a group. (PUT /groups/{id})
placetel_delete_groupDelete a group. (DELETE /groups/{id}) Destructive.
placetel_get_microsoft_teams_integrationIntegration. (GET /microsoft_teams/integration) Read-only.
placetel_import_microsoft_teams_userImport user. (POST /microsoft_teams/users)
placetel_list_microsoft_teams_usersFetch all users. (GET /microsoft_teams/users) Read-only.
placetel_sync_microsoft_teams_userSync user. (PATCH /microsoft_teams/sync/{sip_user_id})
placetel_disconnect_microsoft_teams_userDisconnect user. (DELETE /microsoft_teams/users/{sip_user_id}) Destructive.
placetel_list_number_profilesList profiles for a number. (GET /numbers/{number_id}/profiles) Read-only.
placetel_create_number_profileCreates a new profile for a number. (POST /numbers/{number_id}/profiles)
placetel_activate_number_profileActivates a profile for a number. (PUT /numbers/{number_id}/profiles)
placetel_delete_number_profileDelete a profile for a number. (DELETE /numbers/{number_id}/profiles/{id}) Destructive.
placetel_activate_numberActivate a number. (POST /numbers/{id}/activation)
placetel_deactivate_numberDeactivate a number. (DELETE /numbers/{id}/activation) Destructive.
placetel_list_numbersGet all numbers. (GET /numbers) Read-only.
placetel_get_numberRetrieve a number. (GET /numbers/{id}) Read-only.
placetel_list_promptsFetch all prompts. (GET /prompts) Read-only.
placetel_create_promptCreate a prompt. (POST /prompts)
placetel_get_promptRetrieve a prompt. (GET /prompts/{id}) Read-only.
placetel_update_promptUpdate a prompt. (PUT /prompts/{id})
placetel_delete_promptDelete a prompt. (DELETE /prompts/{id}) Destructive.
placetel_list_provisioningsGet all phone provisionings. (GET /provisionings) Read-only.
placetel_create_provisioningCreates a phone provisionings. (POST /provisionings)
placetel_get_provisioningRetrieve a phone provisionings. (GET /provisionings/{id}) Read-only.
placetel_update_provisioningUpdate a phone provisionings. (PUT /provisionings/{id})
placetel_delete_provisioningDelete a phone provisionings. (DELETE /provisionings/{id}) Destructive.
placetel_get_provisioning_custom_configurationsRetrieve a phone provisionings custom configurations. (GET /provisionings/{id}/custom_configurations) Read-only.
placetel_upsert_provisioning_custom_configurationUpdate or create a phone provisionings custom configuration key. (PUT /provisionings/{id}/custom_configurations)
placetel_delete_provisioning_custom_configurationDelete a phone provisionings custom configuration key. (DELETE /provisionings/{id}/custom_configurations/{custom_configuration_id}) Destructive.
placetel_reconfigure_provisioningTrigger reconfiguration of a phone. (POST /provisionings/{id}/reconfigure)
placetel_list_recordingsFetch call recordings. (GET /recordings) Read-only.
placetel_get_recordingFetch specific recording. (GET /recordings/{id}) Read-only.
placetel_delete_recordingDelete a recording. (DELETE /recordings/{id}) Destructive.
placetel_list_routing_plansGet all routing plans. (GET /routing_plans) Read-only.
placetel_create_routing_planCreate a routing plan. (POST /routing_plans)
placetel_get_routing_planGet a routing plan. (GET /routing_plans/{id}) Read-only.
placetel_update_routing_planUpdate a routing plan. (PUT /routing_plans/{id})
placetel_delete_routing_planDelete a routing plan. (DELETE /routing_plans/{id}) Destructive.
placetel_list_routing_plan_routingsGet a routing plans objects. (GET /routing_plans/{id}/routings) Read-only.
placetel_simulate_routing_planSimulate the usage of a routing plan. (GET /routing_plans/{id}/simulate) Read-only.
placetel_list_routingsGet all routings. (GET /routings) Read-only.
placetel_create_routingCreate a routing object. (POST /routings)
placetel_get_routingRetrieve routing. (GET /routings/{number_or_id}) Read-only.
placetel_update_routingUpdate routing. (PUT /routings/{number_or_id})
placetel_delete_routingDelete a routing object. (DELETE /routings/{number_or_id}) Destructive.
placetel_list_sim_cardsFetch all SIM cards. (GET /sim_cards) Read-only.
placetel_get_sim_cardRetrieve a SIM card. (GET /sim_cards/{id}) Read-only.
placetel_list_sip_user_short_codesShort codes. (GET /sip_users/{id}/short_codes) Read-only.
placetel_create_sip_user_short_codeCreate short code. (POST /sip_users/{id}/short_codes)
placetel_delete_sip_user_short_codeDelete short code. (DELETE /sip_users/{id}/short_codes/{code_id}) Destructive.
placetel_list_sip_usersFetch all sip users. (GET /sip_users) Read-only.
placetel_create_sip_userCreate a sip user. (POST /sip_users)
placetel_get_sip_userFetch a sip user. (GET /sip_users/{id}) Read-only.
placetel_update_sip_userUpdate a sip user. (PUT /sip_users/{id})
placetel_delete_sip_userDelete a sip user. (DELETE /sip_users/{id}) Destructive.
placetel_list_sitesGet all sites. (GET /sites) Read-only.
placetel_get_siteRetrieve a site. (GET /sites/{id}) Read-only.
placetel_send_smsSend SMS. (POST /sms)
placetel_list_subscriptionsList subscriptions. (GET /subscriptions) Read-only.
24 further tools are not listed here. The complete surface is in the source.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
PLACETEL_API_KEYAuth: Bearer token viaTool 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.
[](https://m8ven.ai/mcp/wagner-emden-it-services/placetel-web-api-mcp-server)?variant=verified from the URL.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