Contract Review Demo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Contract Review Demo MCP Serverclassify this contract as service or licensing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Contract Review Demo MCP Server
This is a public-safe demo MCP server for learning how to package Tools, Resources, and Prompts. It uses fictional contract text and local demo rules only.
Safety Scope
This project is intentionally limited:
No real contracts
No real company, customer, case, or personal data
No database access
No internal network access
No external API calls
No API keys
No file writes or deletion tools
No legal advice
All outputs are examples for MCP learning.
Related MCP server: Basic MCP Server
Capabilities
Tools
classify_contract_type: classifies fictional contract text with local demo keyword rules.generate_demo_risk_checklist: returns a fictional risk checklist for learning and product validation.
Resources
demo://contract/main: a fictional service contract.demo://rules/review: fictional review rules.
Prompts
contract_review_template: a reusable demo prompt for structured contract review.
Local Run
Install dependencies in a Python 3.10+ environment:
python -m pip install -r requirements.txtRun the server:
python server.pyTesting
From the repository root:
python3 -m unittest contract-review-demo-mcp/tests/test_demo_server.pyPublishing Notes
This demo is safe to publish because it exposes only fictional metadata and
local deterministic behavior. Before publishing, review this README,
smithery.yaml, and server.py to confirm no real business data or credentials
were added.
When publishing through Smithery, use a dedicated demo GitHub repository that contains only this folder's files.
If you publish it for learning, remove or unpublish it after the exercise if you do not want the demo to remain discoverable.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/m18500749500-create/contract-review-demo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server