Advanced MCP Server
Provides real-time weather alerts from the National Weather Service, news search capabilities via Ne...
Identify required ENV variables
- Required for this server:
NEWS_API_KEY.
- Required for this server:
Create / obtain a NewsAPI key
- Open NewsAPI (newsapi.org) and sign up for an account (or log in if you already have one).
- Verify your email address if prompted.
- In your NewsAPI dashboard go to the “API Key” / “Credentials” section.
- Create or copy the provided API key (it will look like a long alphanumeric string).
Add the key via the FastMCP connection interface (use the “Install Now” button)
- Click the “Install Now” button in the FastMCP connection interface.
- In the form that appears, add a new environment variable:
- Name:
NEWS_API_KEY - Value: (paste the NewsAPI key you copied)
- Name:
- Save/Confirm the installation so FastMCP stores the variable for the server.
(Local) Add the key to a .env file for local testing
- In the project root create a file named
.env(if it doesn’t already exist). - Add this line and save:
NEWS_API_KEY=your_actual_key_here - Keep this file out of version control (ensure
.gitignoreincludes.env).
- In the project root create a file named
(If deploying to Railway or another host) Add the key to the host’s environment variables
- Log into your hosting provider (e.g., Railway).
- Open your project → find the Variables / Environment section.
- Add
NEWS_API_KEYand paste the key as the value. - Save and redeploy if required.
Security & verification
- Treat
NEWS_API_KEYas a secret — do not commit it to source control or share it publicly. - After saving in FastMCP (or your host), restart or redeploy the MCP server if required and run a test request (e.g., start the server and invoke a news-search feature) to confirm the key is working.
- Treat
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for File Systems
View All →Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
Similar MCP Servers
astro-airflow-mcp
An MCP server that enables AI assistants to interact with Apache Airflow's REST API for DAG management, task monitoring, and system diagnostics. It provides comprehensive tools for triggering workflows, retrieving logs, and inspecting system health across Airflow 2.x and 3.x versions.