CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Valerie Mcp

arenafriends/valerie-mcp
STDIOregistry active
Summary

Connects Claude to Valérie Florent, an AI assistant trained on French real estate data. You get programmatic access to 22 million DVF property transactions from 2020 to 2025, internet coverage lookups across fiber and mobile networks for any French address, and conversational market insights about prices and neighborhoods. Authentication uses email OTP, and the main interface is a single ask_valerie tool that handles questions in French or English. Free tier gives you 5 questions, paid is €5/month for 100 questions via Stripe. Useful if you're building French property search, due diligence workflows, or need structured access to DVF data without scraping it yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Valérie MCP — French Real Estate Assistant

Connect any MCP client to Valérie Florent, an AI specialist for the French real estate market.

What Valérie can do

  • 🏠 Answer questions about French property — prices, trends, neighbourhoods
  • 📊 Retrieve real DVF transaction data (22M+ transactions, 2020–2025) for any location in France
  • 📶 Check internet coverage (fibre, 4G, 5G) at any French address across all operators
  • 🌍 Responds in French or English

Quick start

Claude Code:

claude mcp add --transport http valerie https://arenafriend.com/mcp

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "valerie": {
      "url": "https://arenafriend.com/mcp"
    }
  }
}

MCP URL: https://arenafriend.com/mcp

Authentication

Valérie uses email OTP — no password needed:

1. authenticate({ email: "you@example.com" })
2. verify_code({ email: "you@example.com", code: "123456" })
3. ask_valerie({ question: "Quelles sont les prix à Antibes ?" })

Tools

ToolDescription
authenticateRequest a one-time login code by email
verify_codeConfirm the code and open a session
ask_valerieSend a question, get Valérie's answer
get_statusCheck remaining questions + subscription
subscribeGet a Stripe checkout link to upgrade
list_conversationsBrowse all your conversations (web, email, MCP)
get_conversationRead the full history of any conversation

Pricing

  • Free: 5 questions
  • Paid: €5/month — 100 questions/month (Stripe, cancel anytime)

About

Valérie is powered by Home by Arenafriends — a free app (iOS & Android) that checks internet coverage at any French address before you buy or rent.

Self-hosting

git clone https://github.com/hjg/valerie-mcp
cd valerie-mcp
npm install
# stdio (local)
node server.mjs
# HTTP (public)
VALERIE_URL=https://your-instance.com node server.mjs --http
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@valeriehomebyaf/valerie-mcp
TransportSTDIO
UpdatedMay 4, 2026
View on GitHub