Server data from the Official MCP Registry
Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval.
Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval.
Remote endpoints: streamable-http: https://mcp.tap.human.tech/mcp
TAP is a credential isolation and approval system for AI agents with generally sound architecture. The Telegram sidecar has proper credential handling via request headers and async session management, but lacks rate limiting and has some input validation gaps. The analytics integration is appropriate for a documentation site. No critical vulnerabilities found, but several low/medium severity quality issues should be addressed. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 2 high severity).
7 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Credential isolation, approval gating, and connector routing for AI agents.
This repository contains the code that is most useful for:
[!WARNING] Self-hosting means you own the security of your credentials and signing keys. TAP keeps secrets out of your agents, but running it yourself puts the host hardening, key isolation, and correct policy-engine operation on you. It's a path for teams that are well versed in security. For everyone else the hosted version is strongly recommended: credentials sit in a hardware enclave we can't read into, with no ops to run. Start free at tap.human.tech.
crates/tap-proxy/src/routing.rs — how TAP resolves connector target shapescrates/tap-proxy/src/placeholder.rs — credential substitution and position validationcrates/tap-proxy/src/policy.rs — approval policy enforcementdocs/ — full documentation including self-hosting guidetap-mcp)The enclave key-management source is included (key_provider_enclave.rs,
kms_azure.rs, skr.rs) — it's the custody model documented at
docs.tap.human.tech/security, and each
hosted release's enclave measurement is published in measurements/.
Hosted deployment and operational infrastructure are maintained separately from this repository.
See SECURITY.md to report a vulnerability.
Apache-2.0: free to use, read, modify, and self-host. This repo is the
open-source TAP runtime (tap-core, tap-proxy, tap-bot, tap-cli, tap-mcp). The
hosted dashboard and managed-service deployment glue are proprietary and live in
a separate private repo.
See CONTRIBUTING.md.
# Needs Postgres (default postgres://tap:tap@localhost:5434/tap, override with
# POSTGRES_DATABASE_URL). Isolated suites parallelize; env-mutating unit tests stay serial.
cargo test -p tap-core
cargo test -p tap-proxy --test integration --test e2e
cargo test -p tap-proxy -p tap-bot -p tap-cli --lib --bins -- --test-threads=1
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.