RapidAPI MCP Server
About
MCP Server implementation for RapidAPI Global Patent API integration with SQLite storage
Details
- Author
- myownipgit
- GitHub stars
- 6
- Downloads
- 298
- Categories
- Other
Jump to
- RapidAPI Global Patent API integration
- SQLite database for patent data storage
- Advanced patent scoring (pscore, cscore, lscore, tscore)
- Rate limiting and error handling
- MCP Server implementation for patent requests
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
RapidAPI MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Conda environment, set the RAPIDAPI_KEY environment variable, then initialize MCPPatentServer and call handle_patent_request() with a search command and parameters.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rapidapi mcp server": {
"RapidAPI-MCP": {
"command": "python",
"args": [
"tests/test_connection.py"
]
}
}
}
}
McpServers
{
"RapidAPI-MCP": {
"command": "python",
"args": [
"tests/test_connection.py"
]
}
}
RapidAPI MCP Server
This repository contains an implementation of an MCP Server for interfacing with the RapidAPI Global Patent API and storing patent data in a SQLite database.
Features
- RapidAPI Global Patent API integration
- MCP Server implementation for handling patent requests
- SQLite database integration for patent data storage
- Advanced patent scoring system (pscore, cscore, lscore, tscore)
- Rate limiting and error handling
Installation
Using Conda (Recommended)
1. Clone the repository:
git clone https://github.com/myownipgit/RapidAPI-MCP.git
cd RapidAPI-MCP
2. Create and activate conda environment:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



