Platforms / loopnet
loopnet toolset
7 tools. Mount this server and your agent gets every loopnet endpoint, fully typed.
claude mcp add capzy-loopnet --transport http https://mcp.capzy.ai/loopnet/mcp \ --header "Authorization: Bearer YOUR_KEY"
Brokers
loopnet_broker
1 credit
not yet verified
Broker Profile
Broker profile with their listings.
| Param | Type | Required | Description |
|---|---|---|---|
slug |
string | required | Broker slug. |
broker_id |
string | required | Broker id. |
market |
string | optional | us | ca. Default: us |
sort |
string | optional | Ordering for the broker's listings. |
Listings
loopnet_listing
1 credit
not yet verified
Listing Detail
Full detail for a single listing.
| Param | Type | Required | Description |
|---|---|---|---|
listing_id |
string | required | LoopNet listing id/slug. |
market |
string | optional | us | ca. Default: us |
loopnet_search
1 credit
Search Listings
Search a market for commercial listings.
| Param | Type | Required | Description |
|---|---|---|---|
location |
string | required | City/state slug, e.g. austin-tx. |
city |
string | optional | City name (used to build the location when location is omitted). |
state |
string | optional | State code, e.g. tx (paired with city when location is omitted). |
zip |
string | optional | ZIP/postal code (used as the location when location/city are omitted). |
listing_type |
string | optional | Which side of the market to search. Default: for_lease |
property_type |
string | optional | Commercial property category. |
market |
string | optional | us | ca. Default: us |
sort |
string | optional | Result ordering. |
price_min |
number | optional | Only listings priced at or above this amount (per square foot for lease, total for sale). |
price_max |
number | optional | Only listings priced at or below this amount (per square foot for lease, total for sale). |
size_min |
integer | optional | Minimum building or space size in square feet. |
size_max |
integer | optional | Maximum building or space size in square feet. |
cap_rate_min |
number | optional | Minimum capitalization rate percent (investment sales). |
per_page |
integer | optional | Listings per page (page size). |
page |
integer | optional | Page number. Default: 1 |
Reference
loopnet_geography
1 credit
States
All US states with LoopNet geo ids + bounding boxes.
| Param | Type | Required | Description |
|---|---|---|---|
market |
string | optional | us. Default: us |
loopnet_markets
1 credit
List Markets
Supported markets.
No parameters.
loopnet_property_types
1 credit
Property Types
LoopNet's fixed catalog of commercial property categories. Each entry's `slug` is accepted as the `property_type` filter on the search endpoint.
No parameters.
loopnet_state_markets
1 credit
State Markets
All CRE markets within a state (state_id from the geography endpoint).
| Param | Type | Required | Description |
|---|---|---|---|
state_id |
string | required | LoopNet state id (e.g. 35 = NY), from /loopnet/geography. |
market |
string | optional | us. Default: us |
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.