MCP Server
Active
MIT
Verified Wages MCP Server
io.github.jfortier93/verified-wages-mcp
What is the Verified Wages MCP server?
Current source-cited US minimum wage, tipped wage, and FLSA constants for AI agents; cites DOL.
How to install Verified Wages
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"verified-wages-mcp": {
"url": "https://verified-wages.mcpize.run"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"verified-wages-mcp": {
"serverUrl": "https://verified-wages.mcpize.run"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"verified-wages-mcp": {
"type": "http",
"url": "https://verified-wages.mcpize.run"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"verified-wages-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://verified-wages.mcpize.run"
]
}
}
}Claude Code
claude mcp add --transport http verified-wages-mcp https://verified-wages.mcpize.runRelated MCP servers
Statement Normalizer
Active
Deterministic bank-statement parsing: messy CSV/OFX to clean categorized rows. In-memory only.
0
View repository →Python
MIT
Verified Numbers
Active
Current source-cited 2026 US tax constants and calculators for AI agents; every answer cites IRS.
0
View repository →Python
MIT