A Universal MCP Application: universal_mcp_neon
Project description
Neon Universal MCP Server
This repository contains an implementation of an Neon Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Neon's SEO and backlink analysis tools through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
Usage
You can start using Neon directly from agentr.dev. Visit agentr.dev/apps and enable Neon.
If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart
Available Tools
The full list of available tools is at ./src/universal_mcp_neon/README.md
Local Development
📋 Prerequisites
Ensure you have the following before you begin:
- Python 3.11+ (recommended)
- uv (install globally with
pip install uv)
🛠️ Setup Instructions
Follow the steps below to set up your development environment:
-
Sync Project Dependencies
uv syncThis installs all dependencies from
pyproject.tomlinto a local virtual environment (.venv). -
Activate the Virtual Environment
For Linux/macOS:
source .venv/bin/activate
For Windows (PowerShell):
.venv\Scripts\Activate
-
Start the MCP Inspector
mcp dev src/universal_mcp_neon/mcp.py
This will start the MCP inspector. Make note of the address and port shown in the console output.
-
Install the Application
mcp install src/universal_mcp_neon/mcp.py
📁 Project Structure
.
├── src/
│ └── universal_mcp_neon/
│ ├── __init__.py # Package initializer
│ ├── mcp.py # Server entry point
│ ├── app.py # Application tools
│ └── README.md # List of application tools
├── tests/ # Test suite
├── .env # Environment variables for local development
├── pyproject.toml # Project configuration
└── README.md # This file
📄 License
This project is licensed under the MIT License.
Generated with MCP CLI — Happy coding! 🚀
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file universal_mcp_neon-0.1.1.tar.gz.
File metadata
- Download URL: universal_mcp_neon-0.1.1.tar.gz
- Upload date:
- Size: 132.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd10e2ac29a90949071e5e0ed96720d0cfdd6e4bce7a587353e9322666bb5644
|
|
| MD5 |
01e2f5634b9f12f32f721e7805e7c3e4
|
|
| BLAKE2b-256 |
722f7644037645b2374aa290803e1472d50ab258dafd2e4ae84e69e9c4f2f046
|
File details
Details for the file universal_mcp_neon-0.1.1-py3-none-any.whl.
File metadata
- Download URL: universal_mcp_neon-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b262bd1a352706feaa2d71896c0ae99a53f07b290b3eef4218399980f7e9bf8
|
|
| MD5 |
2142f63bcd0c9c1579c644e5215125fe
|
|
| BLAKE2b-256 |
f6072fc6fdddb42e2556bd6705e4751d017fdd1795f34ef4d078755b1a9194e9
|