MCP Server
Active
MIT-0
io.github.paperandbeyond23-gif/propzapi MCP Server
io.github.paperandbeyond23-gif/propzapi
What is the io.github.paperandbeyond23-gif/propzapi MCP server?
Image + screenshot API for agents: HTML/CSS to images or PDF, screenshot any URL, verify text.
How to install io.github.paperandbeyond23-gif/propzapi
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"propzapi": {
"url": "https://api.propzapi.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"propzapi": {
"serverUrl": "https://api.propzapi.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"propzapi": {
"type": "http",
"url": "https://api.propzapi.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"propzapi": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.propzapi.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http propzapi https://api.propzapi.com/mcpRelated MCP servers
Clean SEC EDGAR company financials, ratios, filings and 10-K/10-Q sections as normalized JSON.
0
View repository →Python
MIT-0