This MCP server provides weather data access via the National Weather Service API. It exposes endpoints for current conditions, forecasts, and alerts. Developers use it to integrate weather data into applications, with tools for querying and parsing weather information. Connects directly to NWS APIs for real-time data.
This MCP server provides weather data access via the National Weather Service API. It exposes endpoints for current conditions, forecasts, and alerts. Developers use it to integrate weather data into applications, with tools for querying and parsing weather information. Connects directly to NWS APIs for real-time data.
npx -y mcp-server-sampleAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"gabrielfroes-mcp-server-sample-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-server-sample"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sample?"
API Key Required
This server requires an API key from sample. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SAMPLE_API_KEY | Yes | Your sample API key |
"What resources are available in sample?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sample"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sample with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.