Settings

Theme

Ask HN: With Promptfoo acquired by OpenAI, what are MCP devs using for testing?

2 points by warmcat 18 days ago · 4 comments · 1 min read


With OpenAI's acquisition of Promptfoo last week, I've been thinking about the testing gap for MCP servers specifically. Promptfoo was great for LLM evaluation but didn't handle MCP's transport layer, tool schema validation, or MCP-specific vulnerabilities like Tool Poisoning.

What are people using to test their MCP servers in CI? The MCP Inspector is interactive-only.

I've personally been building MCPSpec [https://light-handle.github.io/mcpspec/] but curious what approaches others are taking custom scripts, unit tests on server internals, something else?

westurner 18 days ago

/? mcp test: https://hn.algolia.com/?q=mcp+test :

MCP Playground, MCPSpec, MCPjam, MCP Inspector, mcp-record, mcpbr, agent-vcr

mcpbr > Supported Benchmarks : https://github.com/supermodeltools/mcpbr#supported-benchmark... :

> MCPToolBench++, ToolBench, AgentBench, WebArena, TerminalBench, InterCode; SWE-bench,

rajivnaskar 18 days ago

One thing I've been running into when working with LLM tooling is that a lot of the friction happens even before testing — just preparing context for the model.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection