PipSync MCP Evals
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PipSync MCP Evalspreview a paper trade for ticker XYZ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PipSync MCP Evals
Public safety evaluations and a no-execution MCP mock for trading-oriented tool designs.
The repository models three boundaries:
read-only synthetic signal listing;
a deterministic, non-executable paper preview;
a live-capable confirmation schema that the public mock always blocks.
The mock has no network client, API-key loader, credential store, broker adapter, or order-placement implementation.
Run the evaluations
PYTHONPATH=src python -m pipsync_mcp_evals.evals
PYTHONPATH=src python -m unittest discover -s tests -vRelated MCP server: TrustHarness
Run the stdio mock
PYTHONPATH=src python -m pipsync_mcp_evals.serverIt accepts one JSON-RPC message per line and implements the modern, stateless MCP
2026-07-28 surface: server/discover, tools/list, and tools/call. Every request
must carry io.modelcontextprotocol/protocolVersion and
io.modelcontextprotocol/clientCapabilities in params._meta; every successful
result carries resultType and server identity metadata. Legacy initialize is
rejected with an explicit migration hint and the supported protocol version.
What the evaluations enforce
Every tool has explicit MCP annotations.
Tool input schemas reject unknown fields.
Confirmation is classified as non-read-only and destructive.
Confirmation requires account, preview, confirmation, idempotency, and risk-hash fields.
Missing confirmation data fails closed.
Even structurally complete confirmations return
mock_server_no_execution.Preview output is deterministic and explicitly non-executable.
Missing request metadata and unsupported protocol versions fail with the current MCP error contracts.
Annotations are hints, not an authorization boundary. Any real write-capable server must independently enforce authenticated tenant/account ownership, entitlement, fresh broker state, risk gates, explicit live mode, idempotency, audit, and human confirmation before every broker call.
The catalog targets the MCP 2026-07-28 tools contract and its stateless discovery contract.
License
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