What is the Proposition 65 MCP server?
Is a chemical on California's Proposition 65 list, and does it need a warning?
How to install Proposition 65
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"prop65": {
"command": "npx",
"args": [
"-y",
"@toolstop/prop65"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"prop65": {
"command": "npx",
"args": [
"-y",
"@toolstop/prop65"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"prop65": {
"command": "npx",
"args": [
"-y",
"@toolstop/prop65"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"prop65": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolstop/prop65"
]
}
}
}Claude Code
claude mcp add prop65 -- npx -y @toolstop/prop65Related MCP servers
Check Digits
Active
Catch a mistyped barcode, ISBN, VIN, NPI or LEI before a bad identifier corrupts a record.
0
View repository →JavaScript
MIT
Export Control
Active
Does the US Commerce Country Chart require an export licence for an ECCN to a destination?
0
View repository →JavaScript
MIT