MCP server for AI agents: discover a web page's data sources and drive the page to reach them.
claude mcp add veddata -- uvx veddata
claude_desktop_config.json
{
"mcpServers": {
"veddata": {
"command": "uvx",
"args": [
"veddata"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"veddata": {
"command": "uvx",
"args": [
"veddata"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"veddata": {
"command": "uvx",
"args": [
"veddata"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"veddata": {
"type": "stdio",
"command": "uvx",
"args": [
"veddata"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"veddata": {
"command": "uvx",
"args": [
"veddata"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.SanZiNEO--veddata/reviews or the review_server meta-tool.
POST /mcp