Scalogy Real Estate Deals MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Scalogy Real Estate Deals MCP Serverfind strong flip deals in Florida"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scalogy Real Estate Deals — MCP server
An MCP server that gives your AI agent vetted, daily-scored US residential real-estate investment deals — flip, BRRRR, and buy-&-hold — each graded STRONG/MODERATE/FAIR with an estimated ARV from a live comp set, gross spread, margin %, cap rate/cash flow, days-on-market and the source listing URL.
Every call is paid per request in USDC on Base via x402 — typically a few cents — using your own wallet. No signup, no API key, no subscription. Coverage: FL, GA, NC, SC, AL, MS (expanding).
Docs & live API: https://pages.scalogy.com/chris/x402/
How it works
The server wraps the find_graded_deals x402 endpoint. On each tool call it makes an HTTP request;
the server answers 402 Payment Required with a price; this MCP server signs a USDC payment from
your configured wallet and retries; you get the deals back. Settlement is gasless for you — the
facilitator sponsors gas, so your wallet only needs USDC (no ETH).
Related MCP server: hyperd-mcp
Setup
Fund a Base wallet with a few dollars of USDC on Base mainnet (no ETH needed). Export its private key. Use a dedicated low-balance wallet — this key is stored in your MCP client config.
Add the server to your MCP client.
Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"scalogy-real-estate-deals": {
"command": "npx",
"args": ["-y", "scalogy-real-estate-deals-mcp"],
"env": { "EVM_PRIVATE_KEY": "0xYOUR_FUNDED_BASE_WALLET_KEY" }
}
}
}Cursor / other MCP clients — mcp.json
{
"mcpServers": {
"scalogy-real-estate-deals": {
"command": "npx",
"args": ["-y", "scalogy-real-estate-deals-mcp"],
"env": { "EVM_PRIVATE_KEY": "0xYOUR_FUNDED_BASE_WALLET_KEY" }
}
}
}Restart the client. Your agent now has a find_graded_deals tool.
Configuration
Env var | Default | Notes |
| — | Required to buy. A Base wallet funded with USDC. Without it the tool returns a setup message and spends nothing. |
|
| The deal API. |
| Scalogy public feed id | Which feed to query. |
|
| Base mainnet. |
Pricing
Quoted per call from what it returns, capped at $20/call: base $0.02 + $0.15/STRONG + $0.06/MODERATE + $0.02/FAIR. A query that returns nothing costs only the base fee.
Tool: find_graded_deals
Filters (all optional): strategy (flip/brrrr/buy_hold), min_grade (STRONG/MODERATE/FAIR),
state, zip, city, min_price, max_price, beds_min, baths_min, min_margin_pct,
min_gross_spread, min_arv, min_dom, max_dom, min_confidence, limit.
Returns JSON { count, deals[] } where each deal has address, beds/baths/sqft/year_built,
property_type, list_price, arv (+ p25/p75), gross_spread, gross_margin_pct, grade, dom, comp_count,
a human-readable reason, the source URL, and an ARV confidence score.
Run without npm publish
If the package isn't on npm yet, clone this folder and point your client at it:
{ "command": "node", "args": ["/absolute/path/to/x402-mcp/index.mjs"],
"env": { "EVM_PRIVATE_KEY": "0x..." } }Data is informational, not investment advice. ARV is an automated comp-based estimate — verify before acting.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenance56 pay-per-call MCP endpoints for AI agents. Market signals, macro economics, crypto/DeFi, geopolitical intelligence, SEC filings, GitHub velocity, sanctions screening. USDC on Base Mainnet via x402.

hyperd-mcpofficial
AlicenseAqualityBmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23421MIT
Fabrica MCP Serverofficial
Flicense-qualityDmaintenanceGives AI agents access to tokenized real property data on the Fabrica protocol, enabling property search, lending market analysis, and portfolio exploration.- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
Agent-native scoring, search and routing for tokenized real-world assets across multi-chain.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cjcxyz/scalogy-real-estate-deals-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server