Skip to main content
Glama
areshms

RE Data Refinery MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
X402_SPEND_CAPNoOptional x402 spend cap (default $1 per payment)$1
EVM_PRIVATE_KEYNoRequired for paid x402 endpoints
REFINERY_BASE_URLNoOptional: override the worker or local API URLshttps://re-data-refinery.ares-hms.workers.dev
REFINERY_LOCAL_URLNoOptional: override the local API URLhttp://localhost:5004
REFINERY_ENABLE_X402NoSet to false to disable payments and use the free local APItrue

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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