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.
Related MCP Servers
- Flicense-qualityDmaintenanceA tutorial MCP server for learning the Model Context Protocol by building file and system tools. Provides hands-on experience creating custom tools that enable AI models to interact with files and execute system commands.
- Alicense-qualityDmaintenanceA minimal demonstration server showcasing MCP protocol capabilities including tools, resources, and prompts with basic examples like hello world functionality.3MIT
- Alicense-qualityDmaintenanceA demonstration MCP server showcasing tools (calculator, file operations, weather, timestamp), resources (server config, system info, documentation), and reusable prompt templates for code review, documentation, and debugging.Apache 2.0
- FlicenseBqualityDmaintenanceA demonstration TypeScript MCP server that showcases basic MCP concepts with simple tools (greeting, calculator), text resources, and prompt templates for learning the Model Context Protocol.2
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Personal MCP server for humans who create. Proof of authorship, license control.
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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