-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 778 Bytes
/
Copy pathplugin.json
File metadata and controls
30 lines (30 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dealmachine",
"version": "0.3.0",
"description": "Search and enrich US property, owner, and people data with DealMachine.",
"author": {
"name": "DealMachine",
"email": "support@dealmachine.com",
"url": "https://dealmachine.com"
},
"homepage": "https://api.docs.dealmachine.com",
"repository": "https://github.com/DealMachine/dealmachine-cli",
"license": "MIT",
"keywords": [
"dealmachine",
"real-estate",
"sales-intelligence",
"marketing",
"lead-generation",
"prospecting",
"property-intelligence",
"owner-lookup",
"people-search",
"data-enrichment",
"contact-data",
"comparable-sales",
"mcp",
"cli"
]
}