MCP Server
Active
MIT
Weather & Geo Intel MCP MCP Server
io.github.selflabbs/weather-intel-mcp
What is the Weather & Geo Intel MCP MCP server?
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
How to install Weather & Geo Intel MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"weather-intel-mcp": {
"url": "https://weather.selflabbs.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"weather-intel-mcp": {
"serverUrl": "https://weather.selflabbs.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"weather-intel-mcp": {
"type": "http",
"url": "https://weather.selflabbs.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"weather-intel-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://weather.selflabbs.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http weather-intel-mcp https://weather.selflabbs.com/mcpRelated MCP servers
Base Intel MCP
Active
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
0
View repository →MIT
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
0
View repository →JavaScript
MIT
Economy Intel MCP
Active
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
0
View repository →MIT
Filings Intel MCP
Active
SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.
0
View repository →MIT
Market Intel MCP
Active
Live & historical FX rates and currency conversion for AI agents. No API keys.
0
View repository →JavaScript
MIT
Package Intel MCP
Active
Package intelligence for AI agents across npm, PyPI, crates.io and deps.dev. No API keys.
0
View repository →MIT