Skip to content

protagolabs/x402-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Server

A simple MCP server implementation using the fastmcp framework.

Features

  • Health check tool
  • Echo tool
  • Easy to extend
  • Justfile for automation

Installation

pip install -r requirements.txt

Running the Server

python app.py

Or install and run:

pip install -e .
mcp-server

Using Justfile

This project includes a Justfile for easy automation:

just install    # Install dependencies
just develop    # Install in development mode
just run        # Run the server
just test       # Test the server
just help       # Show available commands

Tools

  • discovery_resource - List discoverable x402 resources from the Bazaar.
  • call_service - Call x402 service

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors