Skip to main content
Glama
Mokksh-bhatt

MCP Resume Scorer with Leaderboard

by Mokksh-bhatt
test_resume.py309 B
import requests url = "http://127.0.0.1:8086/tools/verify_resume" data = { "name": "Mokksh", "target_role": "AI Engineer" } files = { "file": open("resume.pdf", "rb") # Replace with your actual file path } response = requests.post(url, data=data, files=files) print(response.json())

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/Mokksh-bhatt/MCPs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server