dflow-mcp AGENTS.md

Repository instructions for dflow-mcp, a Model Context Protocol server that provides access to prediction-market data such as events, markets, trades, forecasts, and analytics.

In plain words
What is it for?
Use them when developing, testing, building, or deploying the dflow-mcp server.
Why use it?
They give coding agents the project's structure, setup commands, development workflow, build checks, and test commands in one place.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/opensvm/dflow-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/openSVM/dflow-mcp

Made for: Codex, OpenCode.

Per session 1,866 This file is loaded in full into every session.
When invoked 1,866 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01866 $0.01866
Opus 5 $0.00933 $0.00933
Sonnet 5 $0.00373 $0.00373
Haiku 4.5 $0.00187 $0.00187

Measured 2d ago against content hash 1ff634a9dc69, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dflow-mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

This document helps agents work effectively with the DFlow MCP Server repository.

Project Overview

This is a Model Context Protocol (MCP) server that provides access to the Prediction Market Metadata API defined in llms_dflow.json. The server implements a complete JSON-RPC interface with 23 tools covering events, markets, trades, forecasts, live data, and analytics.

Essential Commands

Development

# Install dependencies
bun install

# Development mode with hot reload
bun run dev

# Start production server
bun start

# TypeScript compilation check
bun run tsc --noEmit

# Build for distribution
bun run build

Testing

# Run comprehensive server test
./test-server.sh

# Run TypeScript tests
bun run test

Project Structure

dflow-mcp/
├── src/
│   └── index.ts              # Main MCP server implementation
├── tests/
│   └── server.test.ts        # TypeScript test suite
├── .github/workflows/
│   └── test.yml              # CI/CD pipeline
├── package.json              # Dependencies and scripts
├── tsconfig.json             # TypeScript configuration
├── README.md                 # User documentation
├── llms_dflow.json           # API specification (source of truth)
├── AGENTS.md                 # This file (agent documentation)
└── test-server.sh            # Quick server validation script

Code Organization

Main Server (src/index.ts)

  • DFlowAPIClient: HTTP client for API communication with timeout handling
  • Server Setup: MCP server configuration and initialization
  • Tool Definitions: 23 MCP tools mapped from OpenAPI specification
  • Request Handling: JSON-RPC request routing and response formatting

Key Components

  1. API Client: Handles HTTP requests to https://api.llm.dflow.org
  2. Tool Registry: Maps OpenAPI endpoints to MCP tools
  3. Type Safety: TypeScript interfaces for all request/response types
  4. Error Handling: Comprehensive error catching and MCP-formatted responses

Read the full file on GitHub · 263 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 263 lines · 1,866 tokens per session scan A 1ff634a9dc69

Subscribe to this mod's changes

dflow-mcp AGENTS.md is an instructions file published in the GitHub repository openSVM/dflow-mcp (7 stars, last pushed 9mo ago), licensed Unlicense. It adds 1,866 tokens to every session, about $0.0093 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.