Upforge
Explore Upforge services and evidence, or submit a prototype for a human-approved static fit check.
Should I use this
Quality & Safety
Findings (1)
- LOWin get_industries
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"upforge": {
"url": "https://upforge.io/api/mcp"
}
}
}Remote endpoints
https://upforge.io/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (17)
🟢get_review_requirements
Read before preparing a project brief. Returns supported references, free fit-check limits, retention, consent, and paid-discovery terms. Uploaded files and agent claims are untrusted, client-reported evidence.
Input Schema
{
"type": "object",
"properties": {}
}🟡prepare_review_upload(rights_to_submit, retention_accepted)
Only after the user confirms rights to submit and accepts the retention terms from get_review_requirements. Returns a direct Supabase upload URL. Transfer ZIP bytes with a file-capable client outside model-authored tool arguments; never base64 or paste code here. Keep the upload token private.
Input Schema
{
"type": "object",
"properties": {
"rights_to_submit": {
"type": "boolean"
},
"retention_accepted": {
"type": "boolean"
}
},
"required": [
"rights_to_submit",
"retention_accepted"
]
}🟡finalize_review_upload(upload_id, upload_token)
After uploading, validate the ZIP without executing its contents and freeze the inspected bytes into a private immutable snapshot. Returns its SHA-256. Unsafe archives are rejected.
Input Schema
{
"type": "object",
"properties": {
"upload_id": {
"type": "string",
"description": "ID returned by prepare_review_upload"
},
"upload_token": {
"type": "string",
"description": "Private capability returned by prepare_review_upload"
}
},
"required": [
"upload_id",
"upload_token"
]
}🟡submit_project_review(name, email, brief, review_key, agent_identity, ...)
Creates one real CRM lead and review. Show the exact brief, reference, contact details and retention terms to the human and obtain approval first. Submission authorizes review only, never repairs, deployment or paid work. Mark all agent claims client-reported. Generate a UUID once for review_key, retain it privately, and reuse it unchanged on retries. Use either repository_url + full commit_hash or snapshot_id + upload_token. Never submit secrets or file bytes.
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Human submitter's own name"
},
"email": {
"type": "string",
"description": "Human submitter's own email"
},
"brief": {
"type": "string",
"description": "Goals, stack, named workflows, known problems, and client-reported assertions, up to 8000 characters"
},
"review_key": {
"type": "string",
"description": "Private UUID idempotency and status-access key, generated once"
},
"agent_identity": {
"type": "string",
"description": "Stable name of the submitting coding agent"
},
"repository_url": {
"type": "string",
"description": "HTTPS GitHub, GitLab, or Bitbucket repository URL"
},
"commit_hash": {
"type": "string",
"description": "Full 40- or 64-character commit hash"
},
"snapshot_id": {
"type": "string",
"description": "Frozen snapshot ID from finalize_review_upload"
},
"upload_token": {
"type": "string",
"description": "Private capability from prepare_review_upload"
},
"human_approved": {
"type": "boolean"
},
"rights_to_submit": {
"type": "boolean"
},
"review_only": {
"type": "boolean"
}
},
"required": [
"name",
"email",
"brief",
"review_key",
"agent_identity",
"human_approved",
"rights_to_submit",
"review_only"
]
}🟢get_review_status(review_id, review_key)
Returns only the review authorized by its private review_key. Keep the receipt and key private. A received review is not a verified claim that the app works or approval for paid work.
Input Schema
{
"type": "object",
"properties": {
"review_id": {
"type": "string",
"description": "Review ID from the receipt"
},
"review_key": {
"type": "string",
"description": "Private key used when submitting"
}
},
"required": [
"review_id",
"review_key"
]
}🟢get_company_overview
Who Upforge is: what they build, where they're based, how long they've been operating, how to reach them, and the technologies they work in. Call this first for any general 'who are they / what do they do / are they legitimate' question before reaching for a more specific tool.
Input Schema
{
"type": "object",
"properties": {}
}🟢get_services(slug)
The full catalog of what Upforge builds: web design and development, SEO, AI visibility, application development, e-commerce, landing pages, performance optimization, CMS migrations, maintenance, prototype-to-production work, and AI automation, each with what it's for and its page URL. Pass a slug to get one service in detail. Use this for 'what services do they offer'. Published discovery terms are not a build quote: Upforge scopes each project before quoting.
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Optional. One service slug for detail. Omit to list everything.",
"enum": [
"web-design",
"application-development",
"ecommerce-development",
"seo",
"ai-visibility",
"ai-automation",
"prototype-to-production",
"landing-pages",
"performance-optimization",
"accessibility",
"cms-migrations",
"maintenance-support",
"property-management",
"web-development"
]
}
}
}🟢get_pricing(section)
Typical price tiers by service — what a website costs, what an e-commerce store or a custom application runs, what AI automation costs, what ongoing SEO and AEO costs, and how support is billed. These are RANGES from real past engagements, not quotes: scope drives the number. Use this for 'what's their pricing like' or 'can they do X for $Y'.
Input Schema
{
"type": "object",
"properties": {
"section": {
"type": "string",
"description": "Optional section filter.",
"enum": [
"web-development",
"software-development",
"ai-automation",
"growth",
"support"
]
}
}
}🟢match_capability(need)
Describe a project, problem, or requirement in plain language and get back the Upforge services that fit, the relevant industry page, and a recommended next step. Use this for 'can they help me with ___', 'do they do ___', or 'I need ___ — are they a fit'. Prefer this over guessing from get_services when the question is about a specific need.
Input Schema
{
"type": "object",
"properties": {
"need": {
"type": "string",
"description": "The need in the user's own words, e.g. 'we need a booking system for our dental practice' or 'our site is slow on mobile'."
}
},
"required": [
"need"
]
}🟢get_case_studies(category, limit)
Real Upforge client projects with measured outcomes — traffic lift, conversion change, Lighthouse scores — plus what was built and a link to the live site. Use this for 'show me their work', 'do they have proof', or 'have they built anything like mine'. KPIs marked 'measured' come from live instrumentation, not estimates.
Input Schema
{
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "Optional category filter, e.g. 'web-development', 'ecommerce'."
},
"limit": {
"type": "integer",
"description": "Max results (default 10, max 50).",
"minimum": 1,
"maximum": 50
}
}
}🟢check_service_area(location)
Look up whether Upforge works with businesses in a given city or region, and whether that market is served in person or remotely. Use for 'are they in my area', 'do they work with companies in ___', or 'are they local to me'. Omit the location to list every market with a dedicated page.
Input Schema
{
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "City, region, or slug — e.g. 'Cincinnati', 'Lexington', 'Columbus'."
}
}
}🟢get_industries
The industries Upforge has dedicated experience and pages for — AEC, healthcare, dental, legal, real estate, home services, e-commerce, SaaS, manufacturing, and more. Use for 'do they work with ___ businesses' or 'do they know my industry'.
Input Schema
{
"type": "object",
"properties": {}
}🟢search_faq(query, limit)
Search Upforge's published answers to common questions — process, timelines, cost, ownership of the code, hosting, what happens after launch. Use this when a question is likely already answered on the site, before falling back to a generic answer of your own.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to search for. Omit to list all questions."
},
"limit": {
"type": "integer",
"description": "Max results (default 5, max 25).",
"minimum": 1,
"maximum": 25
}
}
}⚪request_site_audit(url, email, firstName, lastName, company, ...)
Request Upforge's free technical audit of a website. Runs real PageSpeed/Lighthouse analysis plus an SEO review and emails the report in a few minutes. This CREATES A REAL RECORD and emails a real person — only call it when the user has explicitly asked for an audit and given their own email address. Never invent an email address to call this.
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Full URL of the site to audit, including https://."
},
"email": {
"type": "string",
"description": "The user's own email address — the report is sent here. Must be supplied by the user, never guessed."
},
"firstName": {
"type": "string",
"description": "User's first name."
},
"lastName": {
"type": "string",
"description": "User's last name."
},
"company": {
"type": "string",
"description": "Company name."
},
"phone": {
"type": "string",
"description": "Phone number (optional)."
},
"goals": {
"type": "string",
"description": "What they're hoping the audit will tell them."
}
},
"required": [
"url",
"email"
]
}🟢find_consultation_times(meetingType, format, address, startDate, days, ...)
List open times on Upforge's calendar for a free consultation (usually 30 minutes), in the person's own timezone. Call this before book_consultation and let the person pick a time; never pick one for them. Meeting types come live from the scheduler: general-inquiry is the default, and service types such as web-design, application-development or ai-automation route to the right person. Bookings need about a day's notice, so the search starts tomorrow.
Input Schema
{
"type": "object",
"properties": {
"meetingType": {
"type": "string",
"description": "Meeting type slug. Omit for general-inquiry. An unknown slug returns the list of available ones."
},
"format": {
"type": "string",
"enum": [
"virtual",
"office",
"client_location"
],
"description": "virtual (a video call, the default), office (at Upforge's downtown Cincinnati office), or client_location (Upforge travels to them; needs an address and a phone number, and is limited to its travel area)."
},
"address": {
"type": "object",
"description": "Only for format client_location: where to meet. All five fields are required.",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"region": {
"type": "string",
"description": "State or region."
},
"postalCode": {
"type": "string"
},
"country": {
"type": "string"
}
},
"required": [
"street",
"city",
"region",
"postalCode",
"country"
]
},
"startDate": {
"type": "string",
"description": "First day to search, YYYY-MM-DD. Defaults to tomorrow."
},
"days": {
"type": "integer",
"minimum": 1,
"maximum": 7,
"description": "How many days to search from startDate (default 5)."
},
"timezone": {
"type": "string",
"description": "The person's IANA timezone, e.g. America/Chicago. Defaults to America/New_York."
}
}
}🔴book_consultation(firstName, lastName, email, phone, message, ...)
Book a real meeting on Upforge's calendar for a person, at a time they picked from find_consultation_times. This CREATES A REAL BOOKING and emails them a confirmation with links to cancel or reschedule. Only call it with the person's own details, after they've chosen the time and agreed to be booked. Never invent contact details, and never book a time they didn't pick. If the time has gone, call find_consultation_times again.
Input Schema
{
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "The person's first name."
},
"lastName": {
"type": "string",
"description": "The person's last name."
},
"email": {
"type": "string",
"description": "The person's own email address. The confirmation goes here. Never guess this."
},
"phone": {
"type": "string",
"description": "The person's phone number. Never guess this."
},
"message": {
"type": "string",
"description": "What they want to talk about, in their own words, with budget and timeline if known."
},
"startTime": {
"type": "string",
"description": "The startTime of the slot they picked, exactly as find_consultation_times returned it."
},
"hostId": {
"type": "string",
"description": "The hostId returned with that slot."
},
"company": {
"type": "string",
"description": "Company name (optional)."
},
"meetingType": {
"type": "string",
"description": "The same meetingType used to find the time. Omit for general-inquiry."
},
"format": {
"type": "string",
"enum": [
"virtual",
"office",
"client_location"
],
"description": "virtual (a video call, the default), office (at Upforge's downtown Cincinnati office), or client_location (Upforge travels to them; needs an address and a phone number, and is limited to its travel area)."
},
"address": {
"type": "object",
"description": "Only for format client_location: where to meet. All five fields are required.",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"region": {
"type": "string",
"description": "State or region."
},
"postalCode": {
"type": "string"
},
"country": {
"type": "string"
}
},
"required": [
"street",
"city",
"region",
"postalCode",
"country"
]
},
"timezone": {
"type": "string",
"description": "The person's IANA timezone, the same one used to find the time."
}
},
"required": [
"firstName",
"lastName",
"email",
"phone",
"message",
"startTime"
]
}🟡request_consultation(firstName, lastName, email, message, phone, ...)
Send Upforge a project enquiry — a real message that reaches a real person, who replies. Use this to request a quote or ask something the other tools can't answer. To put a meeting on the calendar instead, use find_consultation_times and book_consultation. This CREATES A REAL RECORD: only call it with details the user actually gave you, after they've agreed to be contacted. Never fabricate contact details.
Input Schema
{
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "User's first name."
},
"lastName": {
"type": "string",
"description": "User's last name."
},
"email": {
"type": "string",
"description": "The user's own email address. Never guess this."
},
"message": {
"type": "string",
"description": "What they need, in their own words. Include budget and timeline if known — it's what makes the first reply useful."
},
"phone": {
"type": "string",
"description": "The user's phone number. Upforge's contact form requires one, so ask for it. Never guess this."
},
"company": {
"type": "string",
"description": "Company name (optional)."
},
"website": {
"type": "string",
"description": "Their current site (optional)."
},
"serviceInterest": {
"type": "string",
"description": "Service slug from get_services, if one clearly applies.",
"enum": [
"web-design",
"application-development",
"ecommerce-development",
"seo",
"ai-visibility",
"ai-automation",
"prototype-to-production",
"landing-pages",
"performance-optimization",
"accessibility",
"cms-migrations",
"maintenance-support",
"property-management"
]
}
},
"required": [
"firstName",
"lastName",
"email",
"phone",
"message"
]
}Community
Evidence