RE Data Refinery MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_SPEND_CAP | No | Optional x402 spend cap (default $1 per payment) | $1 |
| EVM_PRIVATE_KEY | No | Required for paid x402 endpoints | |
| REFINERY_BASE_URL | No | Optional: override the worker or local API URLs | https://re-data-refinery.ares-hms.workers.dev |
| REFINERY_LOCAL_URL | No | Optional: override the local API URL | http://localhost:5004 |
| REFINERY_ENABLE_X402 | No | Set to false to disable payments and use the free local API | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| refinery_healthA | Check the RE Data Refinery API health and cache status. Returns status, cached property count, and rate limit information. This is a free endpoint and does not require x402 payment. |
| refinery_cache_statsB | Get cache statistics for the Refinery data store. Returns total cached properties, last update time, and agent-funded count. Free endpoint. |
| refinery_creditsA | Check remaining ZillAPI credit balance. Free endpoint that returns the upstream ZillAPI credit balance. |
| refinery_search_propertiesA | Search for scored Columbus, OH properties using natural language terms. This is a paid lookup ($0.50 via x402) unless REFINERY_ENABLE_X402=false. Results are written through to the Refinery cache. |
| refinery_list_propertiesA | List scored properties by city with optional price filtering. Set live=true (default) to query ZillAPI live data ($0.35 via x402). Set live=false to read cached data only (free, no payment required). |
| refinery_get_propertyA | Get full scored details for a single property by ZPID. This is a paid lookup ($0.35 via x402) unless REFINERY_ENABLE_X402=false. Includes price/tax/school enrichment and Refinery scores. |
| refinery_get_price_historyA | Get the price-history timeline for a property by ZPID. Paid lookup ($0.25 via x402) unless REFINERY_ENABLE_X402=false. |
| refinery_get_tax_historyA | Get the tax/assessment history for a property by ZPID. Paid lookup ($0.25 via x402) unless REFINERY_ENABLE_X402=false. |
| refinery_get_schoolsA | Get the school ratings near a property by ZPID. Paid lookup ($0.25 via x402) unless REFINERY_ENABLE_X402=false. |
| refinery_payment_statusA | Show whether x402 automatic payments are configured and the active API base URL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/areshms/re-refinery-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server