obenan-mcp
v1.0.11
Published
A Weather MCP server for Windsurf that provides weather alerts and forecasts
Downloads
22
Maintainers
Readme
Obenan MCP Server
A Model Context Protocol (MCP) server written in TypeScript that provides access to Obenan's location and review analysis APIs. This server enables AI assistants to interact with Obenan's platform to fetch location data and analyze customer reviews.
Features
- Location Management: Fetch locations, search by name, and get detailed information about specific locations
- Review Analysis: Analyze customer reviews using Obenan's Review Analyzer API
Setup
Add this to your Windsurf MCP configuration (typically found at ~/.codeium/windsurf/mcp_config.json):
{
"mcp_servers": {
"obenan-mcp": {
"command": "npx",
"args": ["-y", "obenan-mcp@latest"],
"transport": "stdio"
}
}
}Authentication
This MCP server requires an Obenan API access token. You can provide it in two ways:
- Set the
OBENAN_LOGIN_ACCESS_TOKENenvironment variable - Pass the
access_tokenparameter directly to the API calls
Available Tools
The server provides the following tools:
fetch_my_locations: Fetch locations from Obenan APIget_location_details: Get detailed information about a specific location by IDsearch_locations_by_name: Search for locations containing a specific namereview_analyzer: Analyze reviews using the Obenan Review Analyzer API
