Lippy-Agent MCP Server
Lippy Agent
网站会变。你的 API 不应改变。请参阅 SPEC.md 了解完整架构、评判标准映射和演示脚本。
设置
npm install
cp .env.example .env # works out of the box in mock mode, no keys needed
npm run db:generate
npm run db:migrate
npm run dev完全在 模拟模式 下运行,无需任何 API 密钥 — BrightDataClient 和
ParallelClient 都会回退到确定性的模拟响应,因此
创建 → 运行 → 违反 → 修复 → 验证 → 语义差异 循环可以
开箱即用地端到端运行。在 .env 中设置 BRIGHTDATA_API_KEY / PARALLEL_API_KEY
以调用真实 API。
Related MCP server: Doc Monitor MCP
项目结构
src/
app/ Next.js App Router — routes are thin adapters only
api/contracts/ REST surface (create, get, run, live event stream)
api/mcp/ MCP server over Streamable HTTP
lib/
contracts/ schema (Zod), validator, service layer
brightdata/ typed client (create/run/heal/approve), mock-capable
parallel/ semantic-diff client, mock-capable
selfheal/ the orchestrator state machine
events/ typed event union + pub/sub bus
env.ts errors.ts logger.ts db.ts
mcp/server.ts tool definitions (create_contract, watch_contract, get_data)
tests/ vitest unit tests
prisma/schema.prisma Contract / Run / ContractEvent models命令
命令 | 作用 |
| 启动开发服务器 |
| 运行 vitest 测试套件 |
|
|
| 可视化浏览 SQLite 数据库 |
试用
# create a contract
curl -X POST localhost:3000/api/contracts -H 'content-type: application/json' -d '{
"url": "https://example.com/product",
"fields": [
{ "key": "product", "type": "string", "required": true },
{ "key": "price", "type": "number", "required": true },
{ "key": "stock", "type": "boolean", "required": false }
]
}'
# trigger a run (mock mode breaks the extraction every 3rd call, so re-run
# a few times to see contract.violated -> contract.healing -> contract.healed)
curl -X POST localhost:3000/api/contracts/<id>/runThis 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 gradedqualityCmaintenanceAPI-first website change detection with native MCP supportMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to monitor web documentation for changes, perform semantic search with RAG, and analyze breaking changes in APIs.9
- AlicenseNot gradedqualityDmaintenanceAn MCP server for monitoring website changes. Enables tracking URLs, detecting content changes, comparing snapshots, and extracting content with CSS selectors from an AI assistant.9MIT
- AlicenseNot gradedqualityDmaintenanceEnables tracking web page changes, detecting content modifications with structured diffs and snapshot history through MCP tools.MIT
Related MCP Connectors
AI-powered website change monitoring - manage monitors and alerts via MCP.
Track competitors from your AI assistant: change feed, page snapshots, labels and alerts.
Track price drops, stock-outs, restocks, and new/removed products across Shopify stores.
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/EncHawk/Lippy-Agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server