Skip to main content
Glama
amineremache

Daft.ie MCP Server

by amineremache
config.ts539 B
export const config = { daft: { baseUrl: process.env.DAFT_BASE_URL || 'https://www.daft.ie', apiBaseUrl: process.env.DAFT_API_BASE_URL || 'https://api.daft.ie/v3', apiKey: process.env.DAFT_API_KEY, }, scraping: { maxPagesToFetch: 5, maxFetchRetries: 2, retryDelayMs: 2000, requestTimeout: 10000, userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', }, logging: { logLevel: process.env.LOG_LEVEL || 'info', }, };

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/amineremache/daft-ie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server