USDA NOP organic compliance checks — operation websites vs live OID certificate data.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-healersfind-alt-organic-web-checker": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Cross-reference certified organic operation websites against live USDA Organic Integrity Database (OID) certificate data. Identifies organic product representations that may not be on the certificate of organic operation.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.healersfind-alt/organic-web-checker and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Cross-reference certified organic operation websites against live USDA Organic Integrity Database (OID) certificate data. Identifies organic product representations that may not be on the certificate of organic operation.
Status: Live · Remote HTTP MCP server · JSON-RPC 2.0 · API key required
https://www.organicwebchecker.com/mcp2024-11-05Organic Web Checker (OWC) compares products marketed as organic on a certified operation's public website against the operation's live USDA OID certificate. It surfaces:
Built for organic certifying agents, compliance consultants, and certified operations doing self-review. Decision-support tool — not a compliance determination. Manual review of flagged items is required.
check_organic_complianceRuns a full website-vs-OID compliance check and returns a structured report.
| Parameter | Type | Required | Description |
|---|---|---|---|
operation_name | string | yes | Operation name exactly as listed in USDA OID |
website_url | string | yes | Full URL of the operation's website |
force_fresh | boolean | no | Bypass 24-hour OID cache and pull live from USDA (default false) |
Returns: structured JSON report with verified, flagged, caution, marketing lists, cert metadata, and item-level URLs.
Cost: 1 credit per successful run.
get_oid_certificateFetches an operation's current USDA OID certificate without running a website check.
| Parameter | Type | Required | Description |
|---|---|---|---|
operation_name | string | yes | Operation name as listed in USDA OID |
Returns: certified products, certifier, status, location, scopes.
{
"mcpServers": {
"organic-web-checker": {
"url": "https://www.organicwebchecker.com/mcp",
"headers": {
"X-API-Key": "owc_live_..."
}
}
}
}
curl -X POST https://www.organicwebchecker.com/mcp \
-H "Content-Type: application/json" \
-H "X-API-Key: owc_live_..." \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "check_organic_compliance",
"arguments": {
"operation_name": "Example Organic Farm LLC",
"website_url": "https://example.com"
}
}
}'
The server implements initialize, tools/list, and tools/call. Tools are discovered automatically by MCP-compatible clients on connect.
owc_live_)Each successful check_organic_compliance call deducts 1 credit. get_oid_certificate is free of credit cost. Rate limit: 60 checks/hour per key.
OWC checks public-facing organic representations against publicly available OID certificate information. It acknowledges:
Results are decision-support only. Final compliance determinations are made by certifying agents.
This repository (server metadata and documentati