Skip to content

Commit 33d1311

Browse files
author
sergey-ermakovich
committed
Add Agent Plugins manifests so plugin directories can detect the server
plugin.json and mcp.json follow the Open Plugins standard (agent-plugins.org). mcp.json points at the hosted streamable HTTP endpoint with an API key placeholder.
1 parent 47405d5 commit 33d1311

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
3+
"mcpServers": {
4+
"redfin": {
5+
"type": "streamable-http",
6+
"url": "https://mcp.hasdata.com/api/mcp?apis=redfin",
7+
"headers": {
8+
"x-api-key": "YOUR_HASDATA_API_KEY"
9+
}
10+
}
11+
}
12+
}

plugin.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3+
"name": "hasdata-redfin-mcp",
4+
"version": "1.0.0",
5+
"description": "Redfin MCP server for Cursor. For-sale, for-rent and sold listings with the full filter set, plus complete property pages, as structured JSON. Remote MCP server hosted by HasData, connects over streamable HTTP with your HasData API key.",
6+
"author": {
7+
"name": "HasData",
8+
"url": "https://hasdata.com"
9+
},
10+
"homepage": "https://hasdata.com/apis/redfin-api",
11+
"repository": "https://github.com/HasData/redfin-mcp",
12+
"license": "MIT",
13+
"keywords": [
14+
"mcp",
15+
"redfin",
16+
"redfin-mcp",
17+
"real-estate",
18+
"property-data",
19+
"mls",
20+
"model-context-protocol",
21+
"hasdata",
22+
"scraper"
23+
]
24+
}

0 commit comments

Comments
 (0)