Model Context Protocol servers — no authentication required. Rate limited to 10 req/min per IP.
Search the web using DuckDuckGo (no API key required)
{
"mcpServers": {
"web-search": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/web-search"
}
}
}
Query Wikipedia articles and summaries
{
"mcpServers": {
"wikipedia": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/wikipedia"
}
}
}
Evaluate mathematical expressions safely
{
"mcpServers": {
"calculator": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/calculator"
}
}
}
Current date / time helpers and timezone conversions
{
"mcpServers": {
"datetime": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/datetime"
}
}
}
Current weather and forecast via Open-Meteo (no API key)
{
"mcpServers": {
"weather": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/weather"
}
}
}
Forward / reverse geocoding via Nominatim
{
"mcpServers": {
"geocoding": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/geocoding"
}
}
}
Currency conversion rates via open.er-api.com
{
"mcpServers": {
"currency": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/currency"
}
}
}
Fetch and extract text content from a URL
{
"mcpServers": {
"url-fetch": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/url-fetch"
}
}
}
Generate UUIDs v4 and other random identifiers
{
"mcpServers": {
"uuid-generator": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/uuid-generator"
}
}
}
Parse, validate and transform JSON documents
{
"mcpServers": {
"json-utils": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/json-utils"
}
}
}
Search US company filings from the SEC EDGAR database (10-K, 10-Q, 8-K and more)
{
"mcpServers": {
"sec-edgar": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/sec-edgar"
}
}
}
Search and retrieve US patents via PatentsView (USPTO data)
{
"mcpServers": {
"patents": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/patents"
}
}
}
Search arXiv academic preprints (CS, physics, math, econ, bio, finance)
{
"mcpServers": {
"arxiv": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/arxiv"
}
}
}
Search PubMed / NCBI biomedical literature
{
"mcpServers": {
"pubmed": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/pubmed"
}
}
}
Search OpenAlex — 200M+ academic works across all disciplines
{
"mcpServers": {
"openalex": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/openalex"
}
}
}
World Bank economic and development indicators (GDP, inflation, trade, etc.)
{
"mcpServers": {
"world-bank": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/world-bank"
}
}
}
Global company registry — 200M+ companies in 130+ jurisdictions
{
"mcpServers": {
"opencorporates": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/opencorporates"
}
}
}
US court opinions (SCOTUS, federal circuits, state courts) via Free Law Project
{
"mcpServers": {
"courtlistener": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/courtlistener"
}
}
}
Hacker News stories, comments, and job posts via Algolia API
{
"mcpServers": {
"hacker-news": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/hacker-news"
}
}
}
Search GitHub repositories and get repo details (no API key required)
{
"mcpServers": {
"github-search": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/github-search"
}
}
}
NIST National Vulnerability Database — search CVEs and security vulnerabilities
{
"mcpServers": {
"cve-nvd": {
"type": "http",
"url": "https://public-mcp.marco-test.ia-pour-tous.fr/mcp/cve-nvd"
}
}
}