
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@pariflow-market/mcp
Advanced tools
Pariflow Agent MCP connects MCP-compatible clients to Pariflow market discovery, account context, trade previews, explicitly confirmed orders, and persistent DEMO-only strategies.
Start with a read-only key. Enable the trade permission only when the client must place DEMO or LIVE orders.
Create a scoped key in Pariflow → Settings → Agent access, then enter the single-use setup code in your MCP client's secret configuration field. The Registry package runs:
npx -y @pariflow-market/mcp mcp
with this secret environment variable:
PARIFLOW_SETUP_CODE=<single-use setup code>
On first launch, the code is exchanged locally for the scoped agent key. The permanent key is written to ~/.pariflow/agent.json with owner-only permissions. The setup code expires after 10 minutes and cannot be reused by a different installation.
For manual setup, expose the code through a local secret manager and run:
npx -y @pariflow-market/mcp connect
The connect command reads PARIFLOW_SETUP_CODE. Do not place the code or a permanent API key in source control, screenshots, prompts, or issue reports.
You may alternatively provide PARIFLOW_API_KEY directly. PARIFLOW_BASE_URL is optional and defaults to https://pariflow.com.
After connect has stored the scoped key, clients that use JSON configuration can start the server without embedding a credential:
{
"mcpServers": {
"pariflow": {
"command": "npx",
"args": ["-y", "@pariflow-market/mcp", "mcp"]
}
}
}
preview_trade never executes an order.place_trade requires exact market identifiers, confirm: true, and a fresh idempotency key.confirm: true.Prediction markets and LIVE trading may be restricted in your jurisdiction. Users are responsible for eligibility and compliance with applicable law and the Pariflow Terms of Service.
Do not include credentials, setup codes, wallet information, or private account data in support reports.
FAQs
MCP server for Pariflow prediction markets.
The npm package @pariflow-market/mcp receives a total of 8 weekly downloads. As such, @pariflow-market/mcp popularity was classified as not popular.
We found that @pariflow-market/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.