Postproxy MCP Server

postproxy-mcp npm v1.17.0

Published by postproxy — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

MCP server for Postproxy API integration with Claude Code

Trust grade
A
99/100
Last scanned get badge →
Trust
A · 99/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
Minimal
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 99/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 1 = 99. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 1

low Hardcoded egress to an external endpoint in packaging/dev tooling (test/worker-auth.test.mjs)MTC-SRC-003

In a packaging/dev/install script (shipped, but not the server runtime) (`test/worker-auth.test.mjs:22`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: aders = {}) => worker.fetch('https://mcp.postproxy.dev/mcp', { method: 'POST', headers: { 'Content-Type': 'app

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server test/worker-auth.test.mjs

Tools 64

Each tool and what it can reach — statically extracted from the published source.

  • auth_statusno sensitive capability
  • comments_createno sensitive capability
  • comments_deleteno sensitive capability
  • comments_getno sensitive capability
  • comments_hideno sensitive capability
  • comments_likeno sensitive capability
  • comments_listno sensitive capability
  • comments_unhideno sensitive capability
  • comments_unlikeno sensitive capability
  • dm_chat_archiveno sensitive capability
Show 54 more tools ↓
  • dm_chat_createno sensitive capability
  • dm_chat_getno sensitive capability
  • dm_chat_unarchiveno sensitive capability
  • dm_chats_listno sensitive capability
  • dm_comment_private_replyno sensitive capability
  • dm_message_editno sensitive capability
  • dm_message_getno sensitive capability
  • dm_message_reactno sensitive capability
  • dm_message_sendno sensitive capability
  • dm_message_unreactno sensitive capability
  • dm_messages_listno sensitive capability
  • google_business_attributes_availableno sensitive capability
  • google_business_attributes_getno sensitive capability
  • google_business_attributes_updateno sensitive capability
  • google_business_categories_listno sensitive capability
  • google_business_food_menus_getno sensitive capability
  • google_business_food_menus_updateno sensitive capability
  • google_business_hours_updateno sensitive capability
  • google_business_location_getno sensitive capability
  • google_business_location_updateno sensitive capability
  • google_business_media_createno sensitive capability
  • google_business_media_deleteno sensitive capability
  • google_business_media_listno sensitive capability
  • google_business_place_action_link_createno sensitive capability
  • google_business_place_action_link_deleteno sensitive capability
  • google_business_place_action_link_updateno sensitive capability
  • google_business_place_action_links_listno sensitive capability
  • google_business_service_list_getno sensitive capability
  • google_business_service_list_updateno sensitive capability
  • history_listno sensitive capability
  • post_deleteno sensitive capability
  • post_delete_on_platformno sensitive capability
  • post_publishno sensitive capability
  • post_publish_draftno sensitive capability
  • post_statsno sensitive capability
  • post_statusno sensitive capability
  • post_updateno sensitive capability
  • profile_comments_createno sensitive capability
  • profile_comments_deleteno sensitive capability
  • profile_comments_getno sensitive capability
  • profile_comments_listno sensitive capability
  • profile_groups_initialize_connectionno sensitive capability
  • profile_groups_listno sensitive capability
  • profiles_listno sensitive capability
  • profiles_placementsno sensitive capability
  • profiles_statsno sensitive capability
  • queues_createno sensitive capability
  • queues_deleteno sensitive capability
  • queues_getno sensitive capability
  • queues_listno sensitive capability
  • queues_next_slotno sensitive capability
  • queues_updateno sensitive capability
  • summary_getno sensitive capability
  • upload_createno sensitive capability

What this scan could not see

Versions 6

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.17.0 latest A 99/100 1 1.13.0 2026-09-07
v1.15.0 A 99/100 0 1.13.0 2026-08-31
v1.14.0 A 99/100 0 1.12.1 2026-08-18
v1.13.0 A 99/100 0 1.12.1 2026-08-16
v1.12.0 A 99/100 0 1.12.1 2026-08-12
Show 1 more version ↓
v1.10.0 A 99/100 0 1.12.1 2026-08-06

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 99/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/postproxy-mcp/badge.svg)](https://mcptrustchecker.com/registry/postproxy-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/postproxy-mcp"><img src="https://mcptrustchecker.com/registry/postproxy-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/postproxy-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan postproxy-mcp --online

Use the free API → How scoring works

More in Marketing & Social

Abyssfall: Operation Sunken Crown Remote
A
https://www.abyssfallgame.com/mcp

Official Abyssfall game info, newsletter double opt-in, and merch reservation tools.

Marketing & Social Score 100/100 0 findings Cap. Minimal
AdCritter for Developers Remote
A
https://mcp.adcritter.com/mcp/dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Marketing & Social Score 100/100 0 findings Cap. Minimal
Adsense Source verified npm
A
@appsyogi/adsense-mcp-server

Google AdSense MCP Server - Monitor earnings, reports, and account health via Claude/AI

Marketing & Social Score 100/100 0 findings 29/wk Cap. Minimal
Andru Intelligence Source verified npm
A
mcp-server-andru-intelligence

Operational empathy for technical founders + PE/VC operators navigating high-stakes B2B interactions. 28 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, investor matching, founder wellness, plus mark

Marketing & Social Score 100/100 0 findings 70/wk Cap. Minimal
Bing Seo Source verified npm
A
bing-seo-mcp

MCP server for Bing Webmaster Tools — SEO site management, URL submission, sitemaps, stats, keywords

Marketing & Social Score 100/100 0 findings 19/wk Cap. Minimal
Brand Source verified npm
A
@primer/brand-mcp

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Marketing & Social Score 100/100 0 findings 791/wk Cap. Minimal