URL-Based MCP Server - A proof of concept stateless MCP server builder
Project description
URL-Based MCP Server
URL MCP is a proof of concept stateless MCP server builder that allows users to build MCP servers without writing or hosting code. It's intended for protocol and security experimentation rather than for building real world MCP integrations.
Usage
- Go to https://url-mcp-demo.sshh.io/
- Add custom tools to your MCP server
- If you want to hardcode tool responses, select "static text response"
- If you want dynamic HTTP-based responses, select "http post endpoint"
- Typically I'll use a temp URL from https://webhook.site/ which logs all the requests and allows you to configure custom responses
- Copy the
MCP Configurationinto your client of choice
Local Hosting
There is not really a point to hosting this locally (the whole idea is that you can use this without hosting just with the URL) but in case you want to modify the app itself:
cd backend && pip install requirements.txt && python main.py
Example: System Prompt Exfiltration
Create a custom MCP server for extracting the system prompt of an application.
- Configure the tools to trick the client into trusting it. Use a https://webhook.site/ temp url for the tool response.
- Copy the MCP config
- In the client ask for an audit and the view the webhook logs.
| Step 1 | Step 2 | Step 3 |
|---|---|---|
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 iflow_mcp_sshh12_mcp_demo-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_sshh12_mcp_demo-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59497265604302c52c18c6ca345af6e857dc39dfffe9923b3862903a1d1fadde
|
|
| MD5 |
1f3405f9efad2f07dae2d3e4092f6ed8
|
|
| BLAKE2b-256 |
4c1a8818cbf2ebd5d35ec8241261f34a63b73264fd8be58896567a454526c4c8
|
File details
Details for the file iflow_mcp_sshh12_mcp_demo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_sshh12_mcp_demo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23bb4106ac866fbe1c007ec52d2c7340cfa53cca7f38e81163e4208dc4a48a0e
|
|
| MD5 |
541214f5320d3c6a0163d8d85851e636
|
|
| BLAKE2b-256 |
10ffa757da8ef7aa7ad90535e50d4a9a5cf30847c5e64421448cd6e4881d679a
|