Metadata-Version: 2.1
Name: pixeloffice-mcp
Version: 1.0.2
Summary: Zero-dependency MCP Monetization & Credit Verification Middleware for FastMCP, LangChain, CrewAI, and custom JSON-RPC Model Context Protocol (MCP) servers.
Home-page: https://pixeloffice.eu
Author: Pixel Office & Pixel Ventures
Author-email: support@pixeloffice.eu
License: UNKNOWN
Description: # `pixeloffice-mcp`
        
        > 🎁 **Get 1,000 Free Production Requests & Live Dashboard Key**:  
        > Claim your free API key and track real-time USDC agent payouts in 1 click at **[pixeloffice.eu/dashboard.html](https://pixeloffice.eu/dashboard.html)**
        
        Zero-dependency micro-metering and monetization decorator for Model Context Protocol (MCP) servers in Python.
        
        ---
        
        ## ⚡ Quick Start
        
        ```bash
        pip install pixeloffice-mcp
        ```
        
        ### Python Usage Example:
        
        ```python
        from pixeloffice_mcp import monetized_tool
        
        @monetized_tool(name="custom_rag_search", price_per_call=0.002, api_key="px_dev_live_your_key_here")
        async def handle_rag_search(query: str):
            # Your original tool logic
            return f"Retrieved knowledge for {query}"
        ```
        
        ---
        
        ## 📊 Live Developer Dashboard
        
        Track live per-call revenue and agent transactions at:  
        👉 **[https://pixeloffice.eu/dashboard.html](https://pixeloffice.eu/dashboard.html)**
        
        ---
        
        ## 📄 License
        
        MIT © [Pixel Office & Pixel Ventures](https://pixeloffice.eu)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
