PipSync MCP Evals
OfficialPipSync MCP Evals
Öffentliche Sicherheitsbewertungen und ein nicht ausführender MCP-Mock für handelsorientierte Tool-Designs.
Das Repository modelliert drei Grenzen:
schreibgeschützte synthetische Signalliste;
eine deterministische, nicht ausführbare Paper-Vorschau;
ein live-fähiges Bestätigungsschema, das der öffentliche Mock immer blockiert.
Der Mock besitzt keinen Netzwerk-Client, keinen API-Schlüssel-Loader, keinen Anmeldedatenspeicher, keinen Broker-Adapter und keine Order-Platzierungs-Implementierung.
Die Evaluierungen ausführen
PYTHONPATH=src python -m pipsync_mcp_evals.evals
PYTHONPATH=src python -m unittest discover -s tests -vRelated MCP server: TrustHarness
Den stdio-Mock ausführen
PYTHONPATH=src python -m pipsync_mcp_evals.serverEr akzeptiert eine JSON-RPC-Nachricht pro Zeile und implementiert die moderne, zustandslose MCP-2026-07-28-Oberfläche: server/discover, tools/list und tools/call. Jede Anfrage muss in _meta io.modelcontextprotocol/protocolVersion und io.modelcontextprotocol/clientCapabilities enthalten. Jedes erfolgreiche Ergebnis enthält resultType und Server-Identitätsmetadaten. Der veraltete Aufruf initialize wird mit einem expliziten Migrationshinweis und der unterstützten Protokollversion abgelehnt.
Was die Evaluierungen durchsetzen
Jedes Tool hat explizite MCP-Annotationen.
Tool-Eingabeschemas lehnen unbekannte Felder ab.
Bestätigung ist als nicht schreibgeschützt und destruktiv klassifiziert.
Bestätigung erfordert Konto-, Vorschau-, Bestätigungs-, Idempotenz- und Risk-Hash-Felder.
Fehlende Bestätigungsdaten führen zu einem Safe-Fail-Close-Verhalten.
Selbst strukturell vollständige Bestätigungen geben
mock_server_no_executionzurück.Vorschauausgabe ist deterministisch und ausdrücklich nicht ausführbar.
Fehlende Anfrage Informationen und nicht unterstützte Protokollversionen scheitern gemäß den aktuellen MCP-Fehlerverträgen.
Annotationen sind nur Hinweise, keine Autorisierungsgrenze. Jeder echte schreibfähige Server muss vor jedem Brokeraufruf unabhängig authentifizierte Mandanten-/Kontozugehörigkeit, Entitlements, aktuellen Brokerzustand, Risiko-Gates, expliziten Live-Modus, Idempotenz, Audit-Compliance und eine menschliche Bestätigung durchsetzen.
Der Katalog ziellt auf den MCP-2026-07-28-Tools-Vertrag und den zustandslosen Discovery-Vertrag.
Lizenz
Apache-2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA lightweight stdio proxy that intercepts and rewrites MCP tool annotations to bypass security approval prompts in AI CLIs like Codex and Claude Code. It transparently passes through all tool operations while marking them as safe to ensure a seamless automation experience.1110MIT
- AlicenseBqualityCmaintenanceEnables deterministic security testing of AI agents that use tools by serving synthetic MCP environments with poisoned data, fake secrets, and privileged actions. Records agent tool calls and evaluates security invariants (e.g., canary leaks, forbidden access, approval binding) without an LLM judge or real systems.8MIT
- AlicenseNot gradedqualityBmaintenanceA task-scoped MCP stdio proxy that learns candidate least-privilege policies from labeled successful runs, requires human review, enforces exact decisions, detects tool-definition drift, and emits privacy-minimized JSONL events for Wazuh.1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceA fail-closed policy boundary that translates local stdio MCP clients to authenticated Streamable HTTP servers, enforcing allowlists or read-only modes and redacting credentials from audit trails.Apache 2.0
Related MCP Connectors
Deterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash.
Crypto transaction firewall and risk tools for MCP agents.
Read-only Remote MCP for externally grounded AI agent trust receipts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipsyncio/pipsync-mcp-evals'
If you have feedback or need assistance with the MCP directory API, please join our Discord server